Send multiple messages

fcarsana

2008-10-07 11:02:09

Is it possible to send multiple messages with Bome's MIDI Translator?

For example:
1) a midi controller sends note X to Bome's
2) Bome's receives note X, sends it to SW and sends notes A, B, C to the midi controller

Is it possible?
How can I do that?

Thank You.

twintip

2008-10-07 21:26:47

in the 'outgoing' section of a translator, put your messages one after another, separated by a space

eg 90 48 pp 90 4C pp 90 4F pp will send c5 e5 and g5 together

Code: Select all

Translator 1: New Translator
Options: stop=false
Incoming: MIDI 90 54 pp 
Outgoing: MIDI 90 48 pp 90 4C pp 90 4F pp 

this plays 4 notes; the original (MIDI 90 54 pp ) and the 3 in the outgoing section.