Results: 3Comments by: starcub
File: GnomeSequencer12-24-14
Hi, could anyone explain the differ...
Posted By: starcub
Hi, could anyone explain the difference in the following macros: RetA RetB RetS RetSB RetAB? I've been trying to figure out from the spells but i can only see a small change in spells and not really connecting it how it corrosponds with the macro name.Since none of those are in the stock examples/Sequences, I must presume y...
File: GnomeSequencer12-24-14
Re: Re: Custom Sequences - e.g.
Posted By: starcub
You can make arrays in the RE, you just have to use "newtable(1, 2, 3)" where you would normally use brackets "{1, 2, 3}".Thanks. That is a badly needed learning for me. :o I haven't tested it but you can probably do something like this for your step function.. order = newtable(1, 2, 2, 1, 3, 1, 4, 2, 1, 1, 1) newstep = newste...
File: GnomeSequencer12-23-14
Custom Sequences - e.g.
Posted By: starcub
Concept: People have requested the ability to customize the sequence of macros. This step function performs to that specification. Benefits: 1) Reduce redundant macro entries; 2) enhanced granularity Constraint: The restricted execution environment does not permit the creation or use of arrays. Sequences = { StepFunction =...