Page 1 of 1

Round Robin or Play in Sequence

Posted: Sat Mar 20, 2021 12:49 pm
by ansolas
Hi,

is there a kind of Iterator, Round Robin, Sequence Module which Plays Oscillators in sequence.

For example,
We have 3 Oscillators.
The first note triggered play's osc 1,
the second plays osc2,
and the third plays 3,
and the fourth plays osc 1 again and so on.

Idea ?

Re: Round Robin or Play in Sequence

Posted: Sat Mar 20, 2021 1:04 pm
by rsover
You could do something like this, using a Eight to one to cycle the sound of different oscillators.
The trigger will change the oscillator that goes to the amplifier.
Also you could split input with One to Eight.

Anything more complex than this will require couple of more modules, but there might be helper modules in the store.

Re: Round Robin or Play in Sequence

Posted: Sat Mar 20, 2021 1:12 pm
by ansolas
That's exactly what I wanted!

Thank you very much !