├── .gitignore ├── CHANGELOG.md ├── MIDI Controls.amxd ├── MIDI Mod Monitor.amxd ├── MIDI Mod Sequencer.amxd ├── Note MPE Randomizer.amxd ├── Note Mod Randomizer.amxd ├── README.md ├── all-seqs.maxpat ├── license.txt ├── screenshots ├── MIDI-Controls.png ├── MIDI-Mod-Monitor.png ├── MIDI-Mod-Sequencer.png └── Note-Mod-Randomizer.png ├── seq-ctrl.maxpat └── seq.maxpat /.gitignore: -------------------------------------------------------------------------------- 1 | Ableton Folder Info/ 2 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /MIDI Controls.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/MIDI Controls.amxd -------------------------------------------------------------------------------- /MIDI Mod Monitor.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/MIDI Mod Monitor.amxd -------------------------------------------------------------------------------- /MIDI Mod Sequencer.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/MIDI Mod Sequencer.amxd -------------------------------------------------------------------------------- /Note MPE Randomizer.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/Note MPE Randomizer.amxd -------------------------------------------------------------------------------- /Note Mod Randomizer.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/Note Mod Randomizer.amxd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/README.md -------------------------------------------------------------------------------- /all-seqs.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/all-seqs.maxpat -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/license.txt -------------------------------------------------------------------------------- /screenshots/MIDI-Controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/screenshots/MIDI-Controls.png -------------------------------------------------------------------------------- /screenshots/MIDI-Mod-Monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/screenshots/MIDI-Mod-Monitor.png -------------------------------------------------------------------------------- /screenshots/MIDI-Mod-Sequencer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/screenshots/MIDI-Mod-Sequencer.png -------------------------------------------------------------------------------- /screenshots/Note-Mod-Randomizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/screenshots/Note-Mod-Randomizer.png -------------------------------------------------------------------------------- /seq-ctrl.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/seq-ctrl.maxpat -------------------------------------------------------------------------------- /seq.maxpat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamjmurray/ableton-midi-modulation-tools/HEAD/seq.maxpat --------------------------------------------------------------------------------