About Klystrack
Klystrack is a synthetic tracker similiar to the wellknown AHX/THX tracker
by Abyss. It produces a C64/SID like sound.
How klystrack differs from traditional trackers
It synthesizes sounds on the fly.
This allows more flexible sounds since the parameters can be changed in
real time.
For a quite long time, especially on platforms where space was not an
issue, it was common for a tracker to have patterns consisting of all
available channels. That is, each pattern had e.g. four channels side
by side and this required unneeded duplication of data.
For example, even if one channel constantly played the same sequence
(think a drum track), it had to be copied to each new pattern.
In klystrack a pattern has only one channel of data. Thus, you can
reuse the same pattern much more freely.
The patterns can also be located at any position in the sequence,
making it possible for two patterns of different length syncopate.
This is not possible in a traditional tracker since all patterns
usually are of the same length and begin at the same location for
each channel.
Klystrack is written by Kometbomb.
The AmigaOS 4.x compile was done by Spot/Up Rough.
For full docs refer to the Klystrack wiki:
http://code.google.com/p/klystrack/wiki/
To build the commandline replayer under AmigaOS4:
cd Klystron
gmake
cd player
gmake
INSTALL
=======
KlysPlay needs the following shared objects:
libSDL-1.2.so
http://code.google.com/p/os4sdl/downloads/list
libSDL_mixer-1.2.so
http://www.os4depot.net/index.php?function=showfile&file=library/audio/sdl_mixer
.so.lha
libsmpeg-0.4.so
http://www.os4depot.net/index.php?function=showfile&file=development/library/gra
phics/libsmpeg.lha
libvorbisfile.so, libvorbis.so, libogg.so
http://www.os4depot.net/index.php?function=showfile&file=development/library/aud
io/libvorbis.lha
libFLAC.so
http://www.os4depot.net/index.php?function=showfile&file=development/library/aud
io/libflac.lha
libmikmod.so
http://www.os4depot.net/index.php?function=showfile&file=development/library/aud
io/libmikmod.lha
HISTORY
=======
1.0 - First Release
1.1 - CTRL+C now properly exits the player under AmigaOS4 (wow!)
| |