Translator 0 – Channel Message
Incoming – MIDI Note On, any channel, set velocity to "pp"
[x] swallow (...)
Outgoing – MIDI Note On, channel "gt", velocity "pp"
Translator 1 – Increment +
Incoming – MIDI Raw: "B0 22 7F"
Rules – if gt<15 then gt=gt+1
Outgoing – none
Translator 2 – Decrement –
Incoming – MIDI Raw: "B0 22 01"
Rules – if gt>0 then gt=gt-1
Outgoing – none
Is an example missing? Since you’ve written about a ”3rd” translator.
Im assuming the translator to increase in missing .
Thank you for thr hellp
Edited above. This site is having trouble posting my text…