Drum Rack (Mute/Unmute) – Button toggle
have tried that yesterday – but that was working awkward …
have tried that yesterday – but that was working awkward …
and yes – it is running slow
Windows 11 Desktop app CPU 7840HS Issues: 1. Cant remember password – need to type every time… 2. At some point i have White screen on app.. it appears randomly.. some time very often – sometimes not… 3. The device or device parameters specified small window in reaction section (with a finger pointer) – usually […]
Answering to my own qeustion: To turn hardware momentary button into CSS toggle you need: – rename it in a template from “Button 1” to “A Button 1” – this will turn listener for that button from button into slider and you will see the listener options changes from “was pressed” (for a button) to […]
When you have a momentary button, it will register your button press and release as 2 separate events. What you can do to prevent the button release from activating the reactions is to make the first action block exit the reaction on the condition that the current velocity of your button is 0. If you […]
so the custom override is a great feature! how can it be combined with reaction? i see only listeners in reaction menu.. and they have no custom override options….
Thanks a lot Glenn for helping me out her, I’m glad that I can be your beta tester! . I Will try it as soon as i get home:) You mentioned that you have made a collection of some useful codes cluld you share that with me? I got my hand on a used X-Touch […]
that works great for toggle buttons. but what is i have momentary buttons on my controller? how to do that?
how the opposite can be done?
Before making this script I had made another about Macro Controls, for another post which involved the use of Chains. Somehow, either by copying Reactions or still being in that frame of thought, I was still looping through all the Chains and using a Condition to see which Chain was activated, in this script. I […]