You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great to have integrated support for the Novation Launchpad (as well as other similar controllers). It's easy to trigger cues using a Launchpad, but you have to manually send MIDI output to get visual feedback.
An ideal experience should provide visual feedback on the controller based on cue status.
It seems to be that in order to do this sustainably and generically, it might demand an extension to the existing Controller plugin.
The text was updated successfully, but these errors were encountered:
The first patch converts note_ons with velocity 0 to note_offs, like #257. The second patch (very messily) extends controller.py and protocols/midi.py to send MIDI messages to each of a cue's corresponding MIDI trigger notes whenever that cue's status changes.
It includes a very dirty method for converting the cue's background color to a Launchpad MK2–appropriate velocity code.
I don't intend for this to be merged, I just hope that it may help someone else looking for this functionality quickly :)
It'd be great to have integrated support for the Novation Launchpad (as well as other similar controllers). It's easy to trigger cues using a Launchpad, but you have to manually send MIDI output to get visual feedback.
An ideal experience should provide visual feedback on the controller based on cue status.
It seems to be that in order to do this sustainably and generically, it might demand an extension to the existing Controller plugin.
The text was updated successfully, but these errors were encountered: