laidlaw42 / ableton-live-midi-remote-scripts

Scripts for creating custom MIDI Remote Scripts in Ableton Live.
MIT License
118 stars 34 forks source link

Separate message type and channel for clip launcher #9

Closed Maboroshy closed 3 months ago

Maboroshy commented 3 months ago

Hi! Thank you for your script.

Currently CLIPNOTEMAP is part of Buttons / Pads section and uses its BUTTONCHANNEL settings. CLIPNOTEMAP needs 64 note/cc mappings reserved for 8x8 grid, and there are about 100 other entries in the section. That means it's impossible to map all the Buttons / Pads section entries.

Could you implement extra BUTTONCHANNEL and MESSAGETYPE just for CLIPNOTEMAP to resolve that.

Maboroshy commented 3 months ago

I've managed to implement it myself. The changes are in my fork.