multiple midi messages

jweed

2006-05-12 12:32:25

Hello,

is it possible to send multiple controler messages with 1 controler, the same as multiple keystroke messages but using midi controlers instead.

thanks

jweed

florian

2006-05-12 15:13:08

sure, there are even 2 ways to do so.
E.g. on MIDI message 90 40 pp
send B0 40 pp and B0 07 pp

Possibility 1: concatenate the MIDI message
One Translator with
Input Action: MIDI 90 40 pp
Outgoing Action: MIDI B0 40 pp B0 07 pp

Possibility 2: do not "stop processing"
Create Translator 1 with
General: Stop Processing: unchecked
(means that the following Translators in the preset will
be evaluated, too)
Input Action: MIDI 90 40 pp
Outgoing Action: MIDI B0 40 pp
Stop Processing flag UNCHECKED

Create Translator 2 with
General: Stop Processing flag does not matter
Input Action: MIDI 90 40 pp
Outgoing Action: MIDI B0 07 pp

Hope that'll help!
Florian

jweed

2006-05-12 16:13:05

Thanks Florian,

problem solved

cheers

jweed