ibanman555
2016-09-27 23:57:39
Hej Hej!... So I've been contemplating an idea to hopefully reduce a problem I have been having with my motorized fader's, but it requires the need to temporarily stop a translator from operation. I'll do my best to explain and hopefully there is a simple rule I can use to complete the puzzle.
I have 2 (actually 3) translators per fader;
the 1st sends controller fader messages to move the onscreen fader it's matched to.
the 2nd sends onscreen fader movements back to controller fader.
The fader is also a momentary touch switch, we'll call this the 3rd translator
What I am looking to do here is when I touch the fader, sending B0 4A 7F, I want to deactivate the 2nd translation from occurring, until I release the fader (B0 4A 00), and that will resume translator #2. Is this possible?
PS: All the translators are in different presets....
I have 2 (actually 3) translators per fader;
the 1st sends controller fader messages to move the onscreen fader it's matched to.
Code: Select all
Incoming: B7 07 pp B7 27 qq
Outgoing: B0 07 pp B0 27 qq
Code: Select all
Incoming: B0 07 pp B0 27 qq
Outgoing: B7 07 pp B7 27 qq
Code: Select all
Touch: B0 4A 7F
Release: B0 4A 00
PS: All the translators are in different presets....