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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Now, if we look at the list of quantise templates available, there will be one called Garage Groove which will contain the same quantise value. So, instead of dragging notes around within the event edit to achieve the correct quantise, we can simply apply this template."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(80).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step6")
  10.   end if
  11. end
  12.