Session Box still appearing while no Controller is connected

3.21K viewsCSS Questions
0

I created a Session Box in CSS. The problem is that if I restart Live with no controller connected, the Session Box is still here.
To remove it, I need to disable the Control Surface in Live’s preferences.

I can’t find a setting to change this behavior. Am I overlooking something ?

admin Changed status to publish
Attached Files:
0

You could add this custom code as an action, which should remove the session box:
combination_mode = “off”
self.remove_session_box(combination_mode)

admin Changed status to publish
Attached Files:
You are viewing 1 out of 12 answers, click here to view all answers.