How to create a Track Launch mapping for your script

1.11K viewsCSS Questions
0

Hi all, I had this question via email, thought I would share the solution here.

In Ableton Live there is a mappable option to launch whichever clip is selected on a track.
We can quite easily replicate this functionality in a script using a ‘Reaction’ mapping type in Control Surface Studio.
I have attached to this post a simple script containing reactions which will do this for you .

After Importing the script into your copy of CSS, you will see 2 reactions:

track launch mapping

The reaction named ‘track launch’ will launch the selected clip on a specific track. By default it is set to track 1. To change the track number, edit the line of code which is in the text input box:
edit the track number
If for example you want it to be a track launcher for track 4, you would change tracks[0] to tracks[3]
*note that tracks are zero indexed, meaning the value you enter needs to be 1 lower than required.

If you want to launch the selected clip on the currently selected track, use the second reaction named ‘slctd track launch’
There’s no need to edit anything for that reaction.

Thanks

John

admin Changed status to publish May 22, 2024
0

Hi John,
I can’t see the example track launch script to download? In your text it says “I have attached to this post a simple script containing reactions which will do this for you .”. Would be great to have that so I know what goes in the little entry field that lives between ‘self’ and ‘()’.
Thanks.

admin Changed status to publish May 22, 2024
Attached Files:
You are viewing 1 out of 7 answers, click here to view all answers.