How do I implement a Round Robin Reset in gigedit

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
seanos
Newbie
Posts: 1
Joined: Fri Mar 30, 2018 7:15 pm

How do I implement a Round Robin Reset in gigedit

Post by seanos » Fri Mar 30, 2018 7:50 pm

Hey Everyone,

How do I implement a round robin reset in gigedit? Is there a way to do this through "dimensions" or is this something that must be done through the scripting section?

I'm hoping it's available through dimensions... possibly a key you could assign to trigger a global round robin reset. If it is a scripting issue does anyone know of any scripting examples that you could link me to? Possibly on github or on a topic around this forum.

Thanks in advance!

Sean

User avatar
cuse
Developer
Posts: 366
Joined: Wed Jan 23, 2008 10:07 pm
Location: Germany

Re: How do I implement a Round Robin Reset in gigedit

Post by cuse » Thu Dec 13, 2018 6:30 pm

Yes. :)

Seriously, the answer is you can do both. Either you can write an instrument script and use the random() function, or much simpler: just create a new dimension and pick "round robin" as dimension type.

Post Reply