Page 1 of 1

INIT BUTTON and Console trigger

Posted: Wed Jun 20, 2018 10:10 pm
by adam1976
I am trying to get the page INIT to clear all buttons on that page when double clicking on it using a button I made in the Console. I tried so many configurations and cant get it to react like it does in the actual program. I double click on it in console and only thing it will of course clear is any other scene running but how can i get it to clear all buttons using the console


thanks

Adam
Lightwerk Labs
Phx, AZ

Re: INIT BUTTON and Console trigger

Posted: Fri Jun 22, 2018 10:20 pm
by mtregael
After a couple of hour of testing... i have the solution... :)

So, to have a midi button that resets all buttons of a page using the "INIT" :

- Edit the INIT scene (shift + right clic -> Settings): on "General" tab, Check "Disable reset switch when double clic on this button" and "Reset other buttons when activated".
- Console editor: Right clic on the button you want to use to reset the page, "Console setup' and "Toggle (flash)" to "True" (so the butto become a flash one),
Live tab: Add new "Button activation" action.
Page Name: your page,
Button: "INIT",
check "Flash Mode" and "Select corresponding button when receiving this command".
Validate...

Now, when pressing this button, all other buttons of the page are released.

regards,