I’ve created a generic remote to host MIDI commands from a python script, which uses the RTmidi package. I’ve created two banks in the generic remote so that I can have more than 128 commands available, but can’t seem to select/change bank in Cubase using MIDI commands sent from within RTmidi. Anyone have experience in making this work?
Talking about the banks inside the generic remote as shown here?
If so, you have to bind two controls to Increment/Decrement Bank as shown here (just an example, obviously):
Yes, I saw those, but does that mean you need to add bank change commands to every bank? In other words, if you have three banks, you need to be able to switch from bank 1 to bank 2 or 3, and from bank 2 to bank 1 and 3, etc?
Hi,
With MIDI Remote you can use more than 128 commands. The limitation is not there anymore.
1 Like
Yes, since this is setup for each bank.
1 Like
Thanks for the update. Can you import generic remote XML files into MIDI remotes? Currently I generate the xml file in python.
Hi,
Unfortunately this feature is not available.