benoit.besson
2018-02-25 22:14:20
Hi,
I am a new user of Bome MIDI translator Pro.
I would like Bome MIDI to filter all MIDI messages of any kind from a channel to send them to a dedicated port. It includes all notes ON/OFF, channel controlers, program changes, etc...
I am very surprised I cannot do that using a simple user option in the subtype of a midi message. I used to do it with MIDIOx with no effort.
Is there a simple way to do this without missing a kind of message ? Maybe a translator with : - raw midi/Sysex message type - midi message : "pp qq rr" to capture only the first bytes - rules : extract channel number to filter (I may include too many cases) ss=pp%16 if ss!=10 then exit rules, skip Outgoing Action - outgoing send midi message with content=pp qq rr
Does the content=pp qq rr send the full midi message in all cases with following parameters ? Do I have to create multiple translators for any length or type of message ?
It is hard for me to understand how to process this case. Could you help me ?