Looper's Delight Archive Top (Search)
Date Index
Thread Index
Author Index
Looper's Delight Home
Mailing List Info

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Date Index][Thread Index][Author Index]

RE: unexpected gear behavior (was: improvisation and performance)




> Btw, has a "random" function been integrated into the Mobius script
language yet?

Yes, as of 1.30c.  You can generate a random number between 
any two integers:

  # select one of four loops at random
  LoopTrigger rand(1,4)

  # jump to a random location in the loop
  Move rand(0, loopFrames)

Jeff