|
|
|
@ -6,7 +6,7 @@ SYSEX Message Controller-Set |
|
|
|
|
|
|
|
|
|
11110000 F0 Status byte - start sysex |
|
|
|
|
0iiiiiii 67 ID # (i=103; unofficial SYSEX-ID for MicroDexed) |
|
|
|
|
0fffffff ** format number (f=66..69; 1..4 MicroDexed setup(s)) |
|
|
|
|
0fffffff ** format number (f=66 MicroDexed config) |
|
|
|
|
0ddddddd ** data byte 1 setup config |
|
|
|
|
|
|
|
|
|
| | | |
|
|
|
@ -17,47 +17,11 @@ SYSEX Message Controller-Set |
|
|
|
|
| | | |
|
|
|
|
|
|
|
|
|
0ddddddd ** data byte 44 |
|
|
|
|
/-Optional--------------------------------------------\ |
|
|
|
|
0ddddddd ** data byte 45 instance config 1 |
|
|
|
|
|
|
|
|
|
| | | |
|
|
|
|
|
|
|
|
|
0ddddddd ** data byte 74 |
|
|
|
|
\-----------------------------------------------------/ |
|
|
|
|
/-Optional--------------------------------------------\ |
|
|
|
|
0ddddddd ** data byte 75 instance config 2 |
|
|
|
|
|
|
|
|
|
| | | |
|
|
|
|
|
|
|
|
|
0ddddddd ** data byte 105 |
|
|
|
|
\-----------------------------------------------------/ |
|
|
|
|
/-Optional--------------------------------------------\ |
|
|
|
|
0ddddddd ** data byte 106 instance config 3 |
|
|
|
|
|
|
|
|
|
| | | |
|
|
|
|
|
|
|
|
|
0ddddddd ** data byte 137 |
|
|
|
|
\-----------------------------------------------------/ |
|
|
|
|
0eeeeeee ** checksum (masked 2's comp. of sum of ** bytes) |
|
|
|
|
11110111 F7 Status - end sysex |
|
|
|
|
|
|
|
|
|
Data Structure: MicroDexed Setup Dump |
|
|
|
|
------------------------------------- |
|
|
|
|
|
|
|
|
|
Number Parameter Value Range |
|
|
|
|
--------- --------- ----------- |
|
|
|
|
0 GLOBAL STERO/MONO 0-3 (0=stereo, 1=mono, 2=mono-r, 3=mono-l) |
|
|
|
|
1 GLOBAL REVERB-ROOMSIZE 0-100 |
|
|
|
|
2 GLOBAL REVERB-DAMPING 0-100 |
|
|
|
|
3 GLOBAL REVERB-LEVEL 0-100 |
|
|
|
|
4 GLOBAL CHORUS-FREQUENCY 0-100 (multiplied by 1/10 Hz) |
|
|
|
|
5 GLOBAL CHORUS-WAVEFORM 0-1 (0=triangle, 1=sine) |
|
|
|
|
6 GLOBAL CHORUS-DEPTH 0-100 |
|
|
|
|
7 GLOBAL CHORUS-LEVEL 0-100 |
|
|
|
|
8 GLOBAL DELAY-TIME 0-50 (multiplied by 10ms) |
|
|
|
|
9 GLOBAL DELAY-FEEDBACK 0-100 |
|
|
|
|
10 GLOBAL DELAY-LEVEL 0-100 |
|
|
|
|
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- |
|
|
|
|
11 DEXED 1 MIDI-CHANNEL 0-16 (0=OMNI) |
|
|
|
|
12 DEXED 1 BANK 0-99 |
|
|
|
|
13 DEXED 1 VOICE 0-31 |
|
|
|
@ -89,3 +53,18 @@ Data Structure: MicroDexed Setup Dump |
|
|
|
|
39 DEXED 1 " GLISS 0-1 |
|
|
|
|
40 DEXED 1 " TIME 0-99 |
|
|
|
|
41 DEXED 1 OP_ENABLE 0-31 |
|
|
|
|
|
|
|
|
|
--------- |
|
|
|
|
Number Parameter Value Range |
|
|
|
|
--------- --------- ----------- |
|
|
|
|
0 GLOBAL STERO/MONO 0-3 (0=stereo, 1=mono, 2=mono-r, 3=mono-l) |
|
|
|
|
1 GLOBAL REVERB-ROOMSIZE 0-100 |
|
|
|
|
2 GLOBAL REVERB-DAMPING 0-100 |
|
|
|
|
3 GLOBAL REVERB-LEVEL 0-100 |
|
|
|
|
4 GLOBAL CHORUS-FREQUENCY 0-100 (multiplied by 1/10 Hz) |
|
|
|
|
5 GLOBAL CHORUS-WAVEFORM 0-1 (0=triangle, 1=sine) |
|
|
|
|
6 GLOBAL CHORUS-DEPTH 0-100 |
|
|
|
|
7 GLOBAL CHORUS-LEVEL 0-100 |
|
|
|
|
8 GLOBAL DELAY-TIME 0-50 (multiplied by 10ms) |
|
|
|
|
9 GLOBAL DELAY-FEEDBACK 0-100 |
|
|
|
|
10 GLOBAL DELAY-LEVEL 0-100 |
|
|
|
|