Help for a noob?
I'm building a sequencer and would like to be able to skip steps entirely (as opposed to playing a rest) if I select 'skip' for that step. (so the sequence would for example read 0 1 2 3 {skip 4 entirely without a pause} 5 etc.
At first I presumed I would need to change the numbers in my basic [select 0 1 2 3 4 ...] object that we are counting through to disinclude the step I want to skip. (Which is also not something I know how to do anyway) I think this is incorrect because I am using metro and modulo to count through the steps, and step 5 (e.g.) will not come up until metro & modulo get around to it, so it would be the same effect as playing step 4 as a rest.
I've been roaming around forums randomly picking up oddly shaped bits of advice from previous queries and tutorials hoping they are the tool I need but I need a learning strategy for this particular thing, I'm getting a bit discouraged. Hope you can offer a bit of help or a point in the right direction. Thank you,