home *** CD-ROM | disk | FTP | other *** search
/ Computer Music 2001 Autumn / CM039-Computer_Music-Autumn-01 / CM039-Computer_Music-Autumn-01.iso / pc / software.cst / 00025.ls < prev    next >
Encoding:
Text File  |  2001-09-11  |  543 b   |  11 lines

  1. on mouseup me
  2.   if the machinetype = 256 then
  3.     alert "After extracting the folder to your hard drive, copy the file Muon Atom.dll to your VST plugins directory. You may place the MuonAtom.fxb example patches anywhere"
  4.     open the moviepath &"software\Library\Winsoft\Library\Muon Atom\atom.exe" 
  5.  
  6.   else
  7.     alert "After extracting the folder to your hard drive, copy the files 'Muon Tau' & 'Muon M-Drive' from the folder to your VST Plugins directory."
  8.     open the moviepath &"software:Library:Macsoft:Muon Atom.sea"
  9.   end if    
  10.   
  11. end