Would you know the MIDI Sequence Songbook sends to the Genos to select a Registration and/or a playlist?
Hi
To open a registration stored on a USB stick use the following sysex message:
- F0 43 73 01 52 26 03 00 00 00
- USB:/YourPath/YourSong/YourSong.T556.rgt
- 00 F7
The first part starts and identifies the sysex message.
The second part specifies the file location of your registration bank. As all my regs reside on a USB stick, "USB:/" is all ever need, but you may use "Preset:/" to access the regs that come as demo presets with the Genos, or "User:/" to access the user storage. "YourPath" must be the complete path incl subfolders. "T556" identifies the file icon that is used with the registration. Of course, the number depends on the icon used, so you have to look up the complete file name, e.g. by checking the folder directory with a PC. The ASCII string must be converted in HEX. I did not check how to access a second USB stick connected to Genos, I don't need that feature.
The third part ends the sysex message.
These three parts combined make a valid sysex message to get Genos to load your registration.
I don't know about ForSCore, I use Cantabile for controlling my complete keyboard setup. In Cantibile I would simple enter the sysex string as
x"F0 43 73 01 52 26 03 00 00 00"
"USB:/MyPath/MySong/MySong.T556.rgt"
x"00 F7"
which is very handy and straightforward.
HTH
Michael