Europa MIDI Implementation | Europa User Guide |
System exclusive examples
The following is a list of system exclusive message examples, in complete byte form, to help understand how the various tabled components fit together.
Example #1 – Restore factory settings
F0h 41h 10h 4ah 36h 00h 68h 36h f7h
End Sysex
Required for command 00h - see figure 16
Command 00h - Restore factory settings
Europa system exclusive header
Begin sysex
Example #2 – Request dump of all patches
F0h 41h 10h 4ah 36h 04h 00h 7dh f7h
End Sysex
Dump all patches from flash
Dump patch
Command 04h - Dump block request
Europa system exclusive header
Begin sysex
Example #3 – Write a patch to flash
F0h 41h 10h 4ah 36h 05h 00h 08h 04h 54h 65h 73h 74h .. .. .. .. .. .. .. .. f7h
End Sysex
Patch data @ byte
Patch name - 4 bytes in length Write to flash patch location
Write patch
Command 05h - Write block request Europa system exclusive header
Begin sysex
Example #4 – Assign aftertouch to VCF frequency
F0h 41h 10h 4ah 36h 07h 02h 2ch f7h
End Sysex
VCF Frequency (CC #44)
Aftertouch
Command 07h - Assign controller
Europa system exclusive header
Begin sysex
Page 76