Mute Sends
Hello Glenn, thank you for set/get_data(), it looks like much better solutions then my dummy m4l device. I have to test it how to use.
Hello Glenn, thank you for set/get_data(), it looks like much better solutions then my dummy m4l device. I have to test it how to use.
You can map to a specific track number or the selected track.
You would be best to import and edit the script using our App Control Surface Studio.
How to install MIDI remote scripts: https://www.youtube.com/watch?v=r9xUD-tPLUg&ab_channel=remotify Also, see the installation instructions for the Mixify script. I have tested the custom script here and it works as expected.
Hi Pedjableton, I’ve been looking into the use of a Track Object as an identifier but I think it’s going to be a dead end. The reason is something I barely understand myself atm, something with a hash value that’s being regenerated with every session which means the hash value of the saved Track will […]
Hello Glenn, In the meantime, I found some solution for controling selected track 12 sends. I made in m4l some dummy device with 24 knobs, 12 for send states (when muted) and 12 for muted state (on..0, off …127). I put these in every tack in 1st place (for audio track) and second ( for […]
Mode 0 was a function in the old web app which has been defunct for a long time. Only 1 mode can be activated at time in Control Surface Studio.
Yes you can use the Serumify script alongside another custom script. Just make sure to delete all inputs in ‘virtual bank 1’ from the MF Twister controller template used with your custom script.
Create a copy of the novation launch control template, open it, click ‘select all input’ then ‘bulk edit selected inputs’, input the channel number (leave the other 2 fields blank) click save. Then also click save for the controller template in the top right corner.
From what I learned, when using CSS’s menu’s: LOOP contains all the iterables CONDITIONS contain all the properties ACTIONS contain all the functions (Although it’s worth mentioning that not all iterables, properties and functions that can be found in the API are found in these menu’s. But you can still use them with custom code.) […]