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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "11. Here, we‚Äôve taken our one bar hi-hat part and copied it across our four bar groove before hitting it with our humanize function. This time we‚Äôve indicated that we want to alter both the note position and the velocity by a + or - random 10 tick movement."
  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 87 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step3")
  10.   end if
  11. end
  12.