How to start a clip and select it automatically so the waveform gets visible as it start?
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
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
Sign up
User registration is currently not allowed.