Archives

Set modifier as selected track number???

I made an error in the 3rd line of code. Volume value doesn’t work in steps from 0 to 127 but is a number between 0.0 and 1.0. To account for this, we need to use the “get value from ranges” feature: This converts the 128 steps into values between 0.0 and 1.0. I’ve added […]

How to reset all send return for all tracks with 1 buttons ?

In order to set all of the sends to 0 regardless of how many there are, you would need to do the following: 1. loop through all sends on a track 2. Use the loop iteration number so that each send is targeted (script > loop > loop – iteration number) This will dynamically loop […]

Play/stop on 1 Button

Create a play and a stop mapping. Click on control override, for play and change the off midi setting to something other than what your button sends when it is released (something other than 0 usually). Do the same for the stop mapping, but this time change set the on value to 0 and the […]

Set modifier as selected track number???

I made a little Reaction that may be more in line with your request. You’ll still have to adjust it a bit. The Listener For each fader you’ll need to make a copy of this Reaction, so the Listener for each = the fader you want to use it with. The Action The Reaction contains […]

Sustain Button

A button sends 2 values, an ‘On’ velocity value and an ‘Off’ value. Usually this will be something like 127(on) and 0(off). Can you give us a but more detail on what you’re trying to achieve?

AKAI Endless Encoder

Hellem, if you answer using the reply box rather than as a comment, the answer can then be upvoted and selected as the best answer too.