Archives

Automapping layers

Hi Glenn! Thanks for the tipps, and your kindness. I tested the Midi Mix test script revision 2 and its working! I will start working on a script for the X-touch and the X-touch mini I will let you know how it is going.

Automapping layers

I’m fairly new to CSS as well, only been making scripts for the last month or so. Prior to that I had started this spreadsheet to get a sense of the possibilities and to have a more search-friendly way for finding the Condition or Action I needed. Since then, I’ve been trying to make it […]

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

Drum Rack (Mute/Unmute) – Button toggle

the css reactions do not provide convinient options for a listener…. was pressed for a button… was moved for a slider… it would be super cool to add an option like 1. button was pressed 2. button was released.. anyway – To turn hardware momentary button into CSS toggle you need: – rename it in […]