Question on reaction Song’s selected scene changed, set off a device

194 viewsCSS Community Scriptsreaction Reactions
0

Hello,

I am a newbie in CSS , just bought and installed this WE.

I am looking for a way or the best approach on,

how to set off a Device audio effect on the Master Track when I launch a new scene.

Thanks

~eric

Eric francois Garcia Answered question December 12, 2024
0

In a Reaction, you could do it like this:
Listener: song > scene > is triggered has changed… set its path menu (the little hand icon on the left) to ‘scene type: selected scene’

Action: live object model > device parameter > set value…
In the path menu:
Track Type: master track
Device number: (position number of the device which you want to target)
Device parameter number: 1

Then in the Action Parameters section, add a zero in the enter number field.

JohnC Answered question December 6, 2024
0

Hello,

1- I tested with the scene-selected listener as below, but I never entered the event (I put some traces.)
self.song().view.selected_scene.add_is_triggered_listener

2- I changed the event by: self.song().view.add_selected_scene_listener
So now I enter in the listener, but I got the following message.
>> Changes cannot be triggered by notifications. You will need to defer your response.

then :
3- I tried to split the listener into 2 parts.
a- On scene listener, I modify a modifier M3
b- On changing the M3 listener, I disable my devices.
But still get the same issue. Any idea how to work around?

Thanks

eric