Duplicate Selected Scene

1.94K viewsCSS Questions
0

Hello there,

how can I use Reactions to duplicate the currently highlighted/selected scene? Capture and insert is useful at times but I want to duplicate every clip (playing or not) and not to play that scene automately.

Thank you

Victor Guyomard Answered question
Attached Files:
1

I was looking for the same thing, thanks, but the code has changed slightly since the publication date.

In CSS3, it’s:

self.song().duplicate_scene(self.selected_scene_idx()-1)

But I had to add a condition to cancel the double signal:

MIDI button > (Number) is equal to > 127

Victor Guyomard Answered question
You are viewing 1 out of 4 answers, click here to view all answers.