Dynacord DSP 244 Stereo Equalizer User Manual


 
10.2 MIDI
This chapter provides information (all implemented MIDI transmission commands) for the experienced
software programmer that wants to design new software for the DSP 244. The implementation chart is
relevant for the software revision V1.0 or higher.
MIDI data transfer is possible, only when a MIDI channel is activated (OMNI, 1 - 16). See also chapter
9.7, MIDI RX / TX CHANNEL settings.
10.2.1 GENERAL MIDI COMMANDS
Program Change MIDI-Byte Description
0xCn (hex)
0xxx xxxx (bin)
n = MIDI Channel 0 - 15
1 .. 30 = User Programs U01 .. U30
31 .. 80 = Factory Presets F01 .. F50
0 = Recall current program
10.2.2 MIDI SYSTEM EXCLUSIVE IMPLEMENTATION
Identity Request
(recognized)
MIDI-Byte Description
F0 (hex)
7E
0n
06
01
F7
System Exclusive
Universal System Exclusive Non-real time header
n = MIDI Channel 0 - 15 (7F = All Channels)
General Information
Identity Request
End of SysEx Message
This command tells the DSP 244 to return its ID-number.
Identity Reply
(transmitted
when Identity
Request is
received)
MIDI-Byte Description
F0 (hex)
7E
0n
06
02
30
18
DEV_CODE
REVISION
F7
System Exclusive
Universal System Exclusive Non-real time header
n = MIDI Channel 0 - 15 (7F = All Channels)
General Information
Identity Reply
DYNACORD ID: No 48
DSP 244 ID: No 24
Reserved 3 Byte Device Code
Revision: 4 Digit ASCII Code
End of SysEx Message
The DSP 244 sends this ID-Code as a reply to an Identity Request. Transmitted are the DYNACORD
ID-No. 48, the DSP 244 UNIT-ID No. 24, a 3-Byte Unit-Code and the Revision No.
MIDI
10-2