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

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Finally, we‚Äôve merged our piano parts together and put them on the same Channel. Watch for notes that overlap or merge and fix them using your sequencer‚Äôs ‚Äòoverlap correction‚Äô function. Here we‚Äôve shortened an offending E4 accordingly."
  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 93 to 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "2step9")
  10.   end if
  11. end
  12.