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
  • In this particular case I was making a set of macros to change the manual time. I made the first one and then copied it several times and then edited the times in each one, which took a little bit of time. It would have been easier if I could have just referenced a variable for the time value throughout, set that variable in the top of the macro, and that's it.

    With 10 macros having 5 time values each, that's 50 edits v. 10 edits if I could just set a variable at the top of each macro instead.
Children
No Data
Related