monologue_MIDIimp
monologue_MIDIimp
19)
1.TRANSMITTED DATA
+--------+---------+-------------+-----------------------------------------+
| Status | Second | Third | Description |
| [Hex] | [H] [D] | [H] [D] | |
+--------+---------+-------------+-----------------------------------------+
| 8n | kk (kk) | 40 (64) | Note Off *1|
| 9n | kk (kk) | vv (vv) | Note On vv=1~127 *1|
| Bn | 10 (16) | vv (vv) | AMP EG ATTACK (vv=0~127) *1|
| Bn | 11 (17) | vv (vv) | AMP EG DECAY (vv=0~127) *1|
| Bn | 18 (24) | vv (vv) | LFO RATE (vv=0~127) *1|
| Bn | 19 (25) | vv (vv) | EG INT (vv=0~127) *1|
| Bn | 1a (26) | vv (vv) | LFO INT (vv=0~127) *1|
| Bn | 1c (28) | vv (vv) | DRIVE (vv=0~127) *1|
| Bn | 23 (35) | vv (vv) | VCO 2 PITCH (vv=0~127) *1|
| Bn | 24 (36) | vv (vv) | VCO 1 SHAPE (vv=0~127) *1|
| Bn | 25 (37) | vv (vv) | VCO 2 SHAPE (vv=0~127) *1|
| Bn | 27 (39) | vv (vv) | VCO 1 LEVEL (vv=0~127) *1|
| Bn | 28 (40) | vv (vv) | VCO 2 LEVEL (vv=0~127) *1|
| Bn | 2b (43) | vv (vv) | CUTOFF (vv=0~127) *1|
| Bn | 2c (44) | vv (vv) | RESONANCE (vv=0~127) *1|
| Bn | 31 (49) | vv (vv) | VCO 2 OCTAVE (vv=0,42,84,127) *2-1*1|
| Bn | 32 (50) | vv (vv) | VCO 1 WAVE (vv=0,64,127) *2-2*1|
| Bn | 33 (51) | vv (vv) | VCO 2 WAVE (vv=0,64,127) *2-3*1|
| Bn | 38 (56) | vv (vv) | LFO TARGET (vv=0,64,127) *2-4*1|
| Bn | 3A (58) | vv (vv) | LFO WAVE (vv=0,64,127) *2-5*1|
| Bn | 3B (59) | vv (vv) | LFO MODE (vv=0,64,127) *2-6*1|
| Bn | 3C (60) | vv (vv) | SYNC/RING (vv=0,64,127) *2-7*1|
| Bn | 3D (61) | vv (vv) | EG TYPE (vv=0,64,127) *2-8*1|
| Bn | 3E (62) | vv (vv) | EG TARGET (vv=0,64,127) *2-9*1|
| Cn | pp (pp) | -- (--) | Program Change (pp=0~99) *1|
| En | bb (bb) | bb (bb) | Pitch Bender Change *1|
+--------+---------+-------------+-----------------------------------------+
*3 : Transmitted when
R : Request message is received.
D : Data dump from MIDI dump page.
E : Exclusive message is received.
+--------+---------+-------------+-----------------------------------------+
| Status | Second | Third | Description |
| [Hex] | [H] [D] | [H] [D] | |
+--------+---------+-------------+-----------------------------------------+
| 8n | kk (kk) | vv (vv) | Note Off vv=0~127 *4|
| 9n | kk (kk) | 00 (00) | Note Off *4|
| 9n | kk (kk) | vv (vv) | Note On vv=1~127 *4|
| Bn | 10 (16) | vv (vv) | AMP EG ATTACK (vv=0~127) *4|
| Bn | 11 (17) | vv (vv) | AMP EG DECAY (vv=0~127) *4|
| Bn | 18 (24) | vv (vv) | LFO RATE (vv=0~127) *4|
| Bn | 19 (25) | vv (vv) | EG INT (vv=0~127) *4|
| Bn | 1a (26) | vv (vv) | LFO INT (vv=0~127) *4|
| Bn | 1c (28) | vv (vv) | DRIVE (vv=0~127) *4|
| Bn | 22 (34) | vv (vv) | VCO 1 PITCH (vv=0~127) *4|
| Bn | 23 (35) | vv (vv) | VCO 2 PITCH (vv=0~127) *4|
| Bn | 24 (36) | vv (vv) | VCO 1 SHAPE (vv=0~127) *4|
| Bn | 25 (37) | vv (vv) | VCO 2 SHAPE (vv=0~127) *4|
| Bn | 27 (39) | vv (vv) | VCO 1 LEVEL (vv=0~127) *4|
| Bn | 28 (40) | vv (vv) | VCO 2 LEVEL (vv=0~127) *4|
| Bn | 2b (43) | vv (vv) | CUTOFF (vv=0~127) *4|
| Bn | 2c (44) | vv (vv) | RESONANCE (vv=0~127) *4|
| Bn | 30 (48) | vv (vv) | VCO 1 OCTAVE (vv=0~127) *5-1*4|
| Bn | 31 (49) | vv (vv) | VCO 2 OCTAVE (vv=0~127) *5-1*4|
| Bn | 32 (50) | vv (vv) | VCO 1 WAVE (vv=0~127) *5-2*4|
| Bn | 33 (51) | vv (vv) | VCO 2 WAVE (vv=0~127) *5-3*4|
| Bn | 38 (56) | vv (vv) | LFO TARGET (vv=0~127) *5-4*4|
| Bn | 3A (58) | vv (vv) | LFO WAVE (vv=0~127) *5-5*4|
| Bn | 3B (59) | vv (vv) | LFO MODE (vv=0~127) *5-6*4|
| Bn | 3C (60) | vv (vv) | SYNC/RING (vv=0~127) *5-7*4|
| Bn | 3D (61) | vv (vv) | EG TYPE (vv=0~127) *5-8*4|
| Bn | 3E (62) | vv (vv) | EG TARGET (vv=0~127) *5-9*4|
| Bn | 78 (120)| 00 (00) | All Sound Off *4|
| Bn | 7a (122)| vv (vv) | Local Sw (v=0~127) *4|
| Bn | 7b (123)| 00 (00) | All Note Off *4|
| Cn | pp (pp) | -- (--) | Program Change (pp=0~99) *4|
| En | bb (bb) | bb (bb) | Pitch Bender Change *4|
+--------+---------+-------------+-----------------------------------------+
This message is only received when editing USER SCALE or USER OCTAVE and
will be applied to the scale being edited.
When applied to a USER OCTAVE only notes 60~71 will be used.
nn : Device ID (Ignored)
tt : Tuning Set (Ignored)
mm : Tuning Name (Ignored)
xx : Semitone
yyzz : fraction of semitone, in .0061-cent units
ss : Checksum (Value of the XOR excluding F0, ss and F7.)
This message is only received when editing USER SCALE or USER OCTAVE and
will be applied to the scale being edited.
When applied to a USER OCTAVE only notes 60~71 will be used.
nn : Device ID (Ignored)
tt : Tuning Set (Ignored)
Receive this message & data, save them to Edit Buffer and transmits Func=23 or
Func=24 message.
Receive Func=10 message, and transmits this message & data from Edit Buffer.
When "Program Dump" is executed, transmit this message & data from Edit Buffer.
Receive this message & data, save them to Internal Memory and transmits Func=23 or
Func=24 message.
Receive Func=1C message, and transmits this message & data from Internal Memory.
When "All Dump" is executed, transmit this message & data from Internal Memory.
Receive this message & data, save them to Internal Memory and transmits Func=23 or
Func=24 message.
Receive Func=0E message, and transmits this message & data from Internal Memory.
When "All Dump" is executed, transmit this message & data from Internal Memory.
Receive this message & data, save them to Internal Memory and transmits Func=23 or
Func=24 message.
Receive Func=1C message, and transmits this message & data from Internal Memory.
When "All Dump" is executed, transmit this message & data from Internal Memory.
Receive this message & data, save them to Edit Buffer and transmits Func=23 or
Func=24 message.
Receive this message & data, save them to Edit Buffer and transmits Func=23 or
Func=24 message.
When found an error in the received message (ex.data length), transmits this
message.
*note P1
These parameters have the range 0~1023.
The upper 8bits (b2~9) and lower 2bits (b0~1) are stored separately.
Below is a table for each parameter.
+----------------------+-------------+------------------------+
| | offset for | offset for lower 2bits |
| Description | upper 8bits +-----------+------------+
| | | Byte | Bit |
+----------------------+-------------+-----------+------------+
| VCO 1 PITCH | 16 | 30 | 0~1 |
| VCO 1 SHAPE | 17 | 30 | 2~3 |
| VCO 2 PITCH | 18 | 31 | 0~1 |
| VCO 2 SHAPE | 19 | 31 | 2~3 |
| VCO 1 LEVEL | 20 | 33 | 0~1 |
| VCO 2 LEVEL | 21 | 33 | 2~3 |
| CUTOFF | 22 | 33 | 4~5 |
| RESONANCE | 23 | 33 | 6~7 |
| EG ATTACK | 24 | 34 | 2~3 |
| EG DECAY | 25 | 34 | 4~5 |
| LFO RATE | 26 | 35 | 2~3 |
| LFO INT | 27 | 35 | 4~5 |
| EG INT | 28 | 35 | 0~1 |
| DRIVE | 29 | 35 | 6~7 |
+----------------------+-------------+-----------+------------+
*note P6 (SYNC/RING)
0 : RING
1 : OFF
2 : SYNC
0 : None
13 : VCO 1 PITCH
14 : VCO 1 SHAPE
15 : VCO 1 OCTAVE
16 : VCO 1 WAVE
17 : VCO 2 PITCH
18 : VCO 2 SHAPE
19 : VCO 2 OCTAVE
20 : VCO 2 WAVE
21 : VCO 1 LEVEL
22 : VCO 2 LEVEL
23 : CUTOFF
24 : RESONANCE
25 : SYNC/RING
26 ; ATTACK
27 : DECAY
28 : EG INT
29 : EG TYPE
30 : EG TARGET
31 : LFO RATE
32 : LFO INT
33 : LFO TARGET
34 : LFO TYPE
35 : LFO MODE
37 : DRIVE
40 : PORTAMENT
56 : PITCH BEND
57 : GATE TIME
When Smooth is On, a value interpolated between Data1 and Data2 is played
back during the step.