Archives

Session Box Navigation doesn’t work for me

Hi, You’re likely getting an error as you have to enter a value in both Action Parameters: Track Number & Scene Number. Rather than leaving one empty, set it to its current position like so: For Track number: self.get_sessbox_track_offset() – 1 For Scene number: self.get_sessbox_scene_offset() – 1 Note: in order to enter the code, you […]

Is there a way to PLAY NEXT SCENE?

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() That action will now fire the selected scene. All you need to do now is, […]