Disable Session Box LED Control
I have to use a session box when navigation to another mode…which is fine…but Im managing all the LED interaction with reactions.
HOWEVER
I have ALL the session box LED assignments set to none
In various instances, ie track arm, the session box seems to be getting called after my code and turning the LEDS off in that track ei because the session box is the last call regardless of its positioning.
SO
The easy fix is just to set up a box outline to maintain visual cue but how can a minimal box be set up?
I mucked around with SessionComponent but a simple example of a barebones setup would be amazing
ie just the frame, no clipslots, no skinning etc
Cheers
Hi,
Untested but try this…
In def session_box:
Comment out all of the lines which have a call to ‘feedbackArr’
Hey,
This error…
‘NoneType’ object has no attribute ‘width’
sounds to me that you’re trying to call _session.width before the sessionbox has been created in the order of the code.
Sign up
User registration is currently not allowed.