home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 18 / CMi18.iso / pc / tutorials / 00054_tut1step6.ls < prev    next >
Encoding:
Text File  |  2000-02-01  |  512 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "12. For our snare part, we‚Äôve also zoomed in on one bar so that we can focus on getting the required dynamics and the right amount of internal movement. It often helps to increase the grid resolution to maximum (192 note) to achieve the latter more easily."
  4.   repeat with x = 75 to 95
  5.     set the visible of sprite x to 0
  6.   end repeat
  7.   set the visible of sprite 80 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step6")
  10.   end if
  11. end
  12.