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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Of course, this being a plug-in instrument we can also assign any plug-in effects via a bus send, as seen here. In this example we‚Äôve routed the filtered drum part to a tempo delay which has been set up with the correct tempo value."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(89).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step5")
  10.   end if
  11. end
  12.