Page 1 of 1

Use midi to set slot in setlistmode

Posted: Fri Apr 05, 2024 11:23 am
by ObiStudio
Hi,
I want to set slots in setlist mode using midi.
I use Unrealbook with ipad. I can sent midi with every single sheet.
Lots of toppics on this but somehow i cant figer it out
I can choose a midi channel, a program (one digit decimal) and a controller (two decimals)
For what i can see does unrealbook make it hexadecimal.

Posted: Sat Apr 06, 2024 5:21 pm
by voip
Is the intention to select Set List slots, or to actually edit them using MIDI?

To select a particular Set List slot from the current Set List, go into Set List mode, and send MIDI message C0 nn, where nn is the Hex for the Set List slot number e.g. to select Set List slot number 40, send C0 28.

The Set List itself can also be selected, just like Banks can be selected in Program and Combi mode e.g. to select Set List slot number 40 in Set List number 15, go to Set List mode and send the following:

B0 00 00
B0 20 0F
C0 28

The first two lines define Bank MSB and LSB, respectively, where 0F is the Bank (or, in this case, Set List) number 15.
.

Posted: Mon Apr 08, 2024 12:39 pm
by ObiStudio
Thanks! I got it working 8)