How can I use the browser button to control the browser in Ableton live

0

I’m trying to turn the browser off and on. When I let the browser button go it toggle back. It won’t stay close or open. I put the exit after the action and the browser still toggle back.

Spirit Posted new comment

When I let the browser button go it toggle back. It won’t stay close or open. I put the exit after the action and the browser still toggle back.

0

To toggle between the 2, create 2 Action blocks, 1 which shows the view and 1 which hides the view.
You can then use the conditions section in each Action block to check if the view is currently hidden or shown before its action is done.

Add an exit after the action too. (script > exit reaction here) so that the reaction is exited immediately after the action if the condition is met.
i.e.
Condition:
if ‘is view visible’ is equal to Tue
Actiions:
hide view
exit reaction here

JohnC Posted new comment

Remember to include the ‘exit reaction here’ in each Action block

You are viewing 1 out of 2 answers, click here to view all answers.