home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / funland / emulators / c64 / sid2wav / !Sid2Wav / out / Replay next >
Text File  |  1997-07-05  |  883b  |  26 lines

  1. If "<Sid2Wav$Replaying>" = "Yes" Then Error Already playing!
  2.  
  3. Set Sid2Wav$Replaying "Yes"
  4.  
  5. RMEnsure c64voices 0.10 RMLoad <sid2wav$dir>.c64voice
  6. RMEnsure c64voices 0.10 error You need the C64Voice module
  7.  
  8. |GCC/UNIXLib implementation of UNIX redirection forces this aliasing
  9. |trick if you want to use system variables in the arguments.  :(
  10.  
  11. Set Alias$ProcessM Taskwindow |"<Sid2Wav$Dir>.Sid2Wav -d <Sid2WavR$Options> %*1 %0 <Output$File>|" -wimpslot 896k -name |"Sid2Wav|" -display -quit
  12.  
  13. Set Alias$ProcessS <Sid2Wav$Dir>.Sid2Wav -d <Sid2WavR$Options> %*1 %0 <Output$File>
  14.  
  15.  
  16. |In replay mode Sid2wav singletasks by default.  You can turn
  17. |that off, by uncommenting the If clause and commenting out the
  18. |lines before it.
  19.  
  20. WimpSlot -min 896k -max 896k
  21. ProcessS
  22. |If "<Wimp$State>" = "commands" Then ProcessS Else ProcessM
  23.  
  24. Unset Alias$ProcessS
  25. Unset Alias$ProcessM
  26. Unset Sid2Wav$Replaying