BC Manager Sysex Help Model Def File
2012-07-21 by bobsvitilla
I am trying to create a SysEx model definition file for the MachineDrum. I need 2 bytes between the start sysex command and the manufacture ID. 00 20 After entering the sysex string using the model definition file, I can edit the sysex string manually at the custom output tab and ad the needed bytes. But I would like to put together a model file to be able to share and for easily setting up my own BC templates. I created the alpha juno file that is now included with the BC manager. I did not run into any troubles there. The machine drum wants its sysex like the following: $f0 | SYSEX Start $00 | Europe/USA ID $20 | Europe ID $3c | Elektron ESI ID $02 | Machinedrum ID $00 | Base channel (Padding) A complete SYSEX message looks like this: $f0,$00,$20,$3c,$02,$00,command,...,$f7 Thanks for any help.