Hi,
is there any css syntax to stop the highlighted track from playing in Session View?
Thank you
I'm not sure what you're trying to do. Im guessing you don't mean, stop a playing clip in the highlighted track?
Yes I meant that, sorry
This will stop the playing clip in the selected/highlighted track :)
self .view.selected_track.stop_all_clips ()
It worked. I changed that to: .song().view.selected_track.stop_all_clips
Thank you very much!
Comments
I'm not sure what you're trying to do. Im guessing you don't mean, stop a playing clip in the highlighted track?
Yes I meant that, sorry
This will stop the playing clip in the selected/highlighted track :)
self
.view.selected_track.stop_all_clips
()
It worked. I changed that to:
.song().view.selected_track.stop_all_clips
Thank you very much!