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 […]
With some midi controllers you can active blinking by sends a specific MIDI velocity to the input.
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 […]
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 […]
Hello, can someone help me again on this how to map it?
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 […]
Thanks Glen, I’ll make a note of this to be fixed.
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?
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.
self.song().return_tracks[0].mixer_device.sends[0].value = 0