01-13-2022, 09:22 AM
If you go into the song editor (either tap "New" on the songs tab, or long press a song to select it and tap "Edit Song"), go to the MIDI tab, tap + and change the type to "System Exclusive", you can enter the details for a system exclusive message. System exclusive messages do not have a defined length - they start with F0, then can have any number of bytes and then end with F7. The values are all expressed as a hexadecimal value (meaning only the characters 0-9 and A-F are allowed). So a system exclusive message might look like,
F0 A4 00 D3 B4 F7
Due to the fact that there is no predefined length or structure to the message beyond the first and last values, that is why you need to look up what is expected by the keyboard. Different manufacturers are going to use different system exclusive messages to control different things on their device.
Mike
F0 A4 00 D3 B4 F7
Due to the fact that there is no predefined length or structure to the message beyond the first and last values, that is why you need to look up what is expected by the keyboard. Different manufacturers are going to use different system exclusive messages to control different things on their device.
Mike