I have a QueNexus, where I can send light on/ offs to Notes. and want to achieve the following behaviour:
I want to
disable / enable processing with one MIDI-Key and send alternatively NoteOut 0 or 127 for lightning the key off and on.
Is it possible to use one MIDI-Key to first enable processing + NoteOut (vel127 = light on) and next trigger disable processing + NoteOut 0 vel0 (= light off)?
How can i see if processing is enabled or disabled?
Thanks,
good to know, but solve my problem half. I want to trigger two action, one after the other with one NoteOn (in a loop).
First trigger – action 1
Second trigger action 2
You can use a timer if you want to delay the second action.
The first translator output would be to trigger the first output action immediately
The second translator would set a timer and start the timer immediately. (say ”timer one”)
Then a third translator as a timer in (”timer one”) that triggers its outgoing action after a delay. You can set the time of delay within the translator.
The solution you suggest is ok, but fit not what I want to achieve. I want to trigger manually the same MIDI-key, first trigger = action 1, second trigger = action 2, next trigger = action 1 etc. like a toggle….
Here is an example project. Note that I always have an Init preset with 3 translators that do the following
Init – On Project open outgoing action Init Timer
Esc – On keyboard escape key action Init Timer
Init Timer – Rules to set all global variables
The above I’ve found to be just programming practice. That way I can always reset my global variables to a known state with the escape key and all my global variables are self documenting In the init timer action.
Thanks a lot Steve for your help,
this example works fantastic for me, I was searching for such a solution!
The idea to switch different Preset on/ off is to use one MIDI-Keyboard for different programs.
A question arises for me:
How can I import Presets from another project in a different (open) project?