Using variables on EOS

Hi Guys,

I was watching a training video lately and heard the trainer mention using "variables" on an EOS (see video link below). I'm not sure if he was mentioning them in the traditional programming sense (as in int x=1) or some other way. It got me thinking of all the things I could do if I could store some data or variable and recall it later in a command. Is this a native feature of EOS and if so how would I go about doing it?

Alternatively, is there a way to kind of hack this functionality? Something like changing the label of something and then recalling it in a subsequent command? I envision using something like this for implementing persistant "mode" buttons on a magic sheet or remembering an effect speed from tap tempo and recalling later on for different effects.

https://www.youtube.com/watch?v=vU_8tsSa8gY

Parents Reply
  • One trick that gets you close to being able to use a variable in a macro, is you can call a macro from within a macro with macro_button. So if you store your value just as the value digits in that macro all your other macros can reference it. (This is pretty much the equivalent of your $TIME idea)

    You can front end that with other macros that copy a macro to another macro so if you have a set of different values you need e.g. For different songs, you can have buttons on a magic sheet that copy them to your "variable" macro etc
Children
No Data
Related