solocky
2017-01-18 20:00:29
Hello again.
Im trying desperately to make a preset which changes midi channels using a knob which sends
B0 22 01 when turned right and B0 22 7F when turned left.
I'd like to use right to increase channels and left to decrease.
I've followed a few examples of code i found at the old forum.
Any suggestions? ?
Thanks
solocky
2017-01-18 20:55:37
comment
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
ibanman555
2017-01-18 20:58:25
comment
Edited above. This site is having trouble posting my text…
solocky
2017-01-18 20:59:37
Ok….im trying these now 👍
solocky
2017-01-18 21:21:59
comment
No luck….
Im not sure how to formulate the 3rd translator
ibanman555
2017-01-18 22:04:30
This forum is f*&^ed up and is not posting what I write. I give up Florian.
ibanman555
2017-01-18 23:07:01
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
Florian
2017-01-19 01:32:02
comment
argh! what exactly is it not posting correctly? can you please send me an example via email? Thanks. We’ll fix it.
Florian
2017-01-19 01:35:06
comment
hmm, I believe I can see from the email notifications what has been going on. The formatting put everything in one line?
Florian
2017-01-31 02:33:56
comment
I’ve fixed ibanman’s formatting in his answer. Does it work now?