MIDI Solutions Event Processor User Manual

Page 4

Advertising
background image

4

PROGRAMMING COMMANDS

CLEAR SETTINGS

FILTER MIDI EVENT

MAP MIDI EVENT

To clear all of the Event Processor's settings, send it the following System Exclusive command:

To clear a single setting of the Event Processor, send it the following System Exclusive command:

= setting to be cleared (00 - 09)

System Exclusive programming

commands

All bytes must be in Hexadecimal format (see hexadecimal conversion table at end)

System Exclusive

programming commands

All bytes must be in Hexadecimal format (see hexadecimal conversion table at end)

specifies value ranges and variables (see description at end of instructions)

F0 00 00 50 28 00 F7

F0 00 00 50 28 00 ss F7

ss

To program the Event Processor to filter "MIDI Event A", send it the following

:

followed by

is optional, specifies value ranges and variables (see description at end of instructions)

can contain a maximum of 32 bytes

To program setting #3 to filter all Program Change events on MIDI channel 16, send the Event Processor the
following programming commands:

F0 00 00 50 28 01

F7

To program the Event Processor to map "MIDI Event A" to "MIDI Event B", send it the following

:

followed by

followed by

= setting to be programmed (00 - 09)

is optional,

and

combined can contain a maximum of 32 bytes

To program setting #7 to map the System Exclusive message F0 00 11 22 33 F7 to the System Exclusive message
F0 44 55 66 77 F7, send the Event Processor the following commands:

F0 00 00 50 28 02

F7

F0 00 00 50 28 01 ss (aa bb cc dd) F7

"MIDI Event A"

(aa bb cc dd)

"MIDI Event A"

Example

02 00 02 00 7F

CF 00

F0 00 00 50 28 02 mm (aa bb cc dd) F7

"MIDI Event A"

"MIDI Event B"

ss

(aa bb cc dd)

"MIDI Event A"

"MIDI Event B"

Example

06

F0 00 11 22 33 F7

F0 44 55 66 77 F7

= setting to be programmed (00 - 09)

ss

Advertising