home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / tutorials.dir / 00054_tut1step6.ls < prev    next >
Encoding:
Text File  |  2000-03-28  |  506 b   |  12 lines

  1. on mouseUp
  2.   puppetSound(1, 0)
  3.   set the text of field "infoField" to "Now we have to input a normalise pitch bend message (ie, one with a value of 64) just before the following note, which is, in this case, an A1 at position 2.1.3.1. It also makes sense to place a 64 value at position 1.1.1.1 so that the part is guaranteed to start correctly."
  4.   repeat with x = 75 to 95
  5.     sprite(x).visible = 0
  6.   end repeat
  7.   sprite(80).visible = 1
  8.   if not soundBusy(1) then
  9.     puppetSound(1, "step6")
  10.   end if
  11. end
  12.