home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 3
/
AUCD3.iso
/
funland
/
emulators
/
c64
/
sid2wav
/
!Sid2Wav
/
out
/
Replay
next >
Wrap
Text File
|
1997-07-05
|
883b
|
26 lines
If "<Sid2Wav$Replaying>" = "Yes" Then Error Already playing!
Set Sid2Wav$Replaying "Yes"
RMEnsure c64voices 0.10 RMLoad <sid2wav$dir>.c64voice
RMEnsure c64voices 0.10 error You need the C64Voice module
|GCC/UNIXLib implementation of UNIX redirection forces this aliasing
|trick if you want to use system variables in the arguments. :(
Set Alias$ProcessM Taskwindow |"<Sid2Wav$Dir>.Sid2Wav -d <Sid2WavR$Options> %*1 %0 <Output$File>|" -wimpslot 896k -name |"Sid2Wav|" -display -quit
Set Alias$ProcessS <Sid2Wav$Dir>.Sid2Wav -d <Sid2WavR$Options> %*1 %0 <Output$File>
|In replay mode Sid2wav singletasks by default. You can turn
|that off, by uncommenting the If clause and commenting out the
|lines before it.
WimpSlot -min 896k -max 896k
ProcessS
|If "<Wimp$State>" = "commands" Then ProcessS Else ProcessM
Unset Alias$ProcessS
Unset Alias$ProcessM
Unset Sid2Wav$Replaying