home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / tutorials / 00001_spare1.ls next >
Encoding:
Text File  |  2001-01-04  |  452 b   |  10 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   puppetSound(1, "spare11")
  4.   set the text of field "infoField" to "Using the Humanize function in the Transform window of Logic, we can assign a degree of randomness to the part. We‚Äôre happy with the dynamics of the part at this stage so we‚Äôre only going to apply a 10-tick + or ¬≠ random element to the note positions."
  5.   repeat with x = 74 to 95
  6.     sprite(x).visible = 0
  7.   end repeat
  8.   sprite(74).visible = 1
  9. end
  10.