direct action buttons in ETC

Hello 

In grandMA I have a direct action buttons, I want to know if its possible to have a direct action buttons in ETC, 

thanks

Parents Reply Children
  • but a virtual fader on screen with a go button set to hold. press, fader go up. press once more and fader go down. I guess you even can make only go buttons in Magic Sheet, so you don't have to see the fader and the rest of the buttons.

  • What I think gets misunderstood when people swap between MA and EOS is that on MA you are really always working using magic sheets,  ie you pretty much create your user interface yourself.

    So to do the things you do on MA you need to be thinking Magic Sheets.  If you do it with a magic sheet you can get a direct equivalent of an action button but it is a little bit tedious to set up as you need a pair of macros,  If you can instead cope with having a start and stop button next to each other then its really easy,  just set the the first button to say Effect 100 and the second to Command and type in as the command Effect 100 at [enter]

    If you really want the single button then you need to create the macros

    macro 200 as Effect 100 Enter Macro 300 Copy_To 100 Enter Enter

    macro 300 as Effect 100 at Enter Macros 200 Copy_To 100 Enter Enter

    Then copy Macro 200 to 100 and assign Macro 100 to the button on the Magic Sheet.

    Then when you click it will do Effect 100 Enter and setup the button so next click does Effect 100 at Enter

Related