Archives

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.

mixify script not working

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.

Mute Sends

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

Mute Sends

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

2 Novation LaunchControl XL midi channel

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.

Control mouse click with Python

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