Archives

If CSS Is Running Slow: Read Comment #4 in Here!

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 […]

Reaction Script for Send Button

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 […]

Drum Rack (Mute/Unmute) – Button toggle

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 […]

Automapping layers

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 […]

Automapping layers

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 […]