User manual

2- DETAILED MIDI IMPLEMENTATION
NOTE for system exclusive: code F0 41 00 42 12 can be also changed to F0 00 20 4F 00 02 12
MIDI Hex code Description Compatibility
Message
NOTE ON 9nH kk vv Midi channel n(0-15) note ON #kk(1-127), velocity vv(1-127). MIDI
vv = 0 means NOTE OFF
NOTE OFF 8nH kk vv Midi channel n(0-15) note OFF #kk(1-127), vv is don’t care. MIDI
PITCH BEND EnH bl bh Pitch bend as specified by bh|bl (14 bits) GM
Maximum swing is +/- 1 tone (power-up). Can be changed using
« pitch bend sensitivity ». Center position is 00H 40H.
PROGRAM CnH pp Program (patch) change. Specific action on channel 10 (n = 9):
CHANGE select drumset. Refer to sounds / drumset list. Drumsets can be
assigned to other channels (see SYSEX MIDI channel to part assign
and part to rhythm allocation) GM/GS
CHANNEL DnH vv vv pressure value. Effect set using Sys. Ex. 40H 2nH 20H-26H MIDI
AFTERTOUCH
MIDI RESET FFH Reset to power-up condition
CTRL 00 BnH 00H cc Bank select: Refer to sounds list. No action on drumset. cc = 64 GS/
reserved for dream sound editor DREAM
CTRL 01 BnH 01H cc Modulation wheel. Rate and maximum depth can be set using SYSEX MIDI
CTRL 05 BnH 05H cc Portamento time. MIDI
CTRL 06 BnH 06H cc Data entry: provides data to RPN and NRPN MIDI
CTRL 07 BnH 07H cc Volume (default = 100) MIDI
CTRL 10 BnH 0AH cc Pan (default = 64 center) MIDI
CTRL 11 BnH 0BH cc Expression (default = 127) MIDI/GM
CTRL 64 BnH 40H cc Sustain (damper) pedal MIDI
CTRL 65 BnH 41H cc Portamento ON/OFF MIDI
CTRL 66 BnH 42H cc Sostenuto pedal MIDI
CTRL 67 BnH 43H cc Soft pedal MIDI
CTRL 71 BnH 47H cc TVF Resonnance modify (same as nrpn 0121h) GM/GS
CTRL 72 BnH 48H cc Env release time modify (same as nrpn 0166h) GM/GS
51