home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / sampler / 00007.ls < prev    next >
Encoding:
Text File  |  1999-10-18  |  419 b   |  25 lines

  1. on exitFrame
  2.   global whichSampler
  3.   if whichSampler = 1 then
  4.     loopS1()
  5.   else
  6.     if whichSampler = 2 then
  7.       loopS2()
  8.     else
  9.       if whichSampler = 3 then
  10.         loopS3()
  11.       else
  12.         if whichSampler = 4 then
  13.           loopS4()
  14.         else
  15.           if whichSampler = 5 then
  16.             loopS5()
  17.           else
  18.           end if
  19.         end if
  20.       end if
  21.     end if
  22.   end if
  23.   go(marker(0) + 2)
  24. end
  25.