1 |
|
|
2 |
< |
SIDPlayer, Version 4.1 |
2 |
> |
SIDPlayer |
3 |
|
A SID tune replayer |
4 |
|
|
5 |
< |
Copyright (C) 1996-2000 Christian Bauer |
5 |
> |
Copyright (C) 1996-2004 Christian Bauer |
6 |
|
|
7 |
|
|
8 |
|
License |
53 |
|
Successfully tested systems include: |
54 |
|
- Linux/i386 |
55 |
|
- BeOS/x86 R5 |
56 |
< |
- BeOS/ppc R4.5 |
56 |
> |
- BeOS/ppc R5 |
57 |
|
|
58 |
|
|
59 |
|
Supported file formats |
107 |
|
Using SIDPlayer under Unix |
108 |
|
-------------------------- |
109 |
|
|
110 |
< |
SIDPlayer currently only works as a command-line application. It is invoked |
110 |
> |
SIDPlayer currently only works as a command line application. It is invoked |
111 |
|
as follows: |
112 |
|
|
113 |
|
sidplayer FILE [song_number] |
117 |
|
SIDPlayer cannot detect when a song has finished, so you have to use Ctrl-C |
118 |
|
to quit it. |
119 |
|
|
120 |
+ |
SIDPlayer accepts a number of command line arguments. Type "sidplayer --help" |
121 |
+ |
to get a list. |
122 |
+ |
|
123 |
+ |
If you have a Catweasel MK3 PCI card with a SID chip installed you can |
124 |
+ |
redirect the output of SIDPlayer to the card by specifying the "--cwsid on" |
125 |
+ |
command line argument. Visit www.jschoenfeld.de for more information about |
126 |
+ |
the Catweasel card. |
127 |
+ |
|
128 |
|
|
129 |
|
The Sound Control window (BeOS only) |
130 |
|
------------------------------------ |
186 |
|
faster/slower buttons by slider, added popup menu and sound control |
187 |
|
window, ported to BeOS R5 with new Media Kit, implemented CIA timer |
188 |
|
speed control, and SIDPlayer can now also be used as a CL-Amp plugin |
189 |
< |
V4.1 - Runs as a command-line application under Unix (requiring SDL) |
189 |
> |
V4.1 - Runs as a command line application under Unix (requiring SDL), |
190 |
> |
preferences items can be passed on the command line, and SIDPlayer |
191 |
> |
can now also be used as a SoundPlay plugin |
192 |
> |
V4.2 - Fixed writes to mirrored SID registers, output to WAV file is possible |
193 |
> |
in SDL version |
194 |
> |
V4.3 - Added support for Catweasel SID hardware in SDL version (use option |
195 |
> |
"--cwsid on"), CIA timer speed control now actually works |
196 |
> |
V4.4 - Fixed a problem with the wrong replay routine being called when the |
197 |
> |
IRQ vector was changed. Mastercomposer tunes (and probably others) |
198 |
> |
not play correctly. [Thanks to Stefano Tognon.] |
199 |
> |
|
200 |
> |
|
201 |
> |
Acknowledgements |
202 |
> |
---------------- |
203 |
> |
|
204 |
> |
Special thanks go to Claes Löfqvist and Marco Nelissen for their help with |
205 |
> |
adding CL-Amp and SoundPlay plugin support. |
206 |
|
|
207 |
|
|
208 |
|
Christian Bauer |