home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / tutorials / 00052_tut1step4.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  504 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "At the minute our Rhodes part is unquantised, which seems adequate but should be tightened up with a little quantising. Remembering our earlier quantise dilemma, all we‚Äôve done is add a 16C quantise template and move all the notes that subsequently fell on the 41 to 55."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(78).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step4")
  10.   end if
  11. end
  12.