Move session box on scene launch
I would really like to move the session box down one scene after I’ve fired a scene so I can fire scene after scene without having to navigate.
Is it possible?
Many thanks
JohnC Answered question January 6, 2025
Yes, create a reaction which uses the listener
‘live object model > scene > scene is triggered’
(select the scene nummber or choose ‘selected scene’ in the path menu)
then in an Action use ‘script > set session box position’ and set the scene number to
self.get_sessbox_scene_offset() + 1
You will need to set the input box to ‘custom code’ in order to enter the above code.
Set track number to…
self.get_sessbox_track_offset()
This will keep it in its current place.
JohnC Answered question January 6, 2025
Sign up
User registration is currently not allowed.