UiCombo with multiple messages
Create custom control surfaces for MIDI hardware.
Status: Beta
Brought to you by:
ctrlr
UiCombo currently has a "Combo Contents" box for entering multiple options, that works correctly with NRPN. However, if you need custom messages,(C0 00, C0 01, C0 02, etc) there is no way to set up corresponding messages.
Recommendation: Create another box with unique MIDI messages that correspond one for one with the "Combo Contents" box
this is possible (and always was), if you want custom values sent with each item in the combo, you need to set this value after the item name like this
--- snip
Item on list=1
Item on list=12
Item on list=120
--- snip
this will set the combo contents to 3 items having values 1 12 and 120.
The midi message type is a different thing. that's a program change message and this has been added to MIDI Type combo.