home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / Synth.dxr / 00160.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  189 b   |  7 lines

  1. on mouseUp
  2.   global gProg, gOn, folderSynthList
  3.   if gOn and (IKGetCurrentBeat() <> -1) and (folderSynthList <> []) and not (the visible of window "help") then
  4.     playNote(1)
  5.   end if
  6. end
  7.