Note Dispatcher... Random sequence possible?

Official support for: mutools.com
Post Reply New Topic
RELATED
PRODUCTS

Post

So I need a module that dispatches notes randomly to a couple samplers. But when one of the samples has received a note, it shouldn't play again until all others have also recieved a note.

Do you think it's possible to hack together a MUX that does this, preferably without using 3000 Note Dispatcher instances?

Post

That's called "random robin" ((a) get your list of results, (b) randomise it, (c) run through the list, (d) repeat b through d). Doesn't look like there is one built in.

Post

Thank you, yes. I was just wondering if it would be feasible to recreate the logic using the built-in modules. :)

Post

AFAIK 'Round Robin' is built in. (Correct me if I am wrong, haven't used ML quite a while.)
You should be able to find it when double clicking on Note Dispatcher and selecting
it from the "Mode" menu. There should be an option for this.

(Edit: Just checked this. It is there indeed. But limited to 16 outputs max.
You could nest-chain them though...)
Professional.

Post Reply

Return to “MUTOOLS”