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.
Use midi to set slot in setlistmode
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
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.
.
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.
.