Action to Launch Highlighted Scene With A button

0

Hello

I would like to create an action that allows launching a scene that is highlighted.

I tried this according to the forum, but I don’t have the scene that launches or the playback.

In a Reaction mapping:
Use the action: Live Object model > Scene > Fire
Then in the Path menu (the little hand icon to the left of the menu)
For ‘Scene Number’, select ‘custom code’, then paste this in:
self.get_selected_scene_num()

I properly set up a listener on the button that will launch the scene.

I know that it is possible to anchor a scene in the boxes, but we cannot create multiple boxes.

Is it possible to create this type of action?

Thank you in advance for your help

The HumaniZer Answered question October 17, 2025
1

ok, it was just missing self.song().view.selected_scene.fire()

1-We place a listener on a button

2-We get the number of the highlighted scene

3-We place the scene whose number was obtained on “fire” (play or launch)

we can place also a condition on the button self.midi_note_ch_X_val_XXX.cur_val == 127

The HumaniZer Answered question October 17, 2025