How to start a clip and select it automatically so the waveform gets visible as it start?

458 viewsCSS QuestionsLaunchControl XL
0

When I launch a clip it doesn’t select it automatically the view of the waveform. How to configure it?

(As in, when I have the session box and a sample is launched, how to make it visible the track waveform as it starts?)

Also is there a way to map a button to simply select a track (to preview the waveform) instead of playing it straight away?

JohnC Answered question
0

Live object model > tracks > Playing slot index
self.song().tracks[0].playing_slot_index

This is the slot/scene number of playing clip slot in a specific track, you can use this value to move the selected scene to.

JohnC Answered question
You are viewing 1 out of 3 answers, click here to view all answers.