sean-e / mTroll

mTroll is the software MIDI control engine part of a hybrid hardware/software MIDI foot controller, but can be used standalone on Windows.
http://www.creepingfog.com/mTroll/
GNU General Public License v3.0
4 stars 0 forks source link

add support for randomized sleep #27

Closed sean-e closed 7 months ago

sean-e commented 7 months ago

Add a SleepRandom command that takes minimum and maximum millisecond sleep values, then at runtime when invoked, sleeps some random amount of time between min and max (inclusive).