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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "3. Shakers are also often used in latin rhythms. Here we‚Äôve input a 16th note pattern in the usual manner before, again, moving hits both ahead of and behind the beat. Note that the accent, in terms of higher velocity, is placed firmly on the upbeat."
  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 76 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step2")
  10.   end if
  11. end
  12.