OS4 DepotLogo by Alessandro Bacchia 
(anonymous IP: 18.222.162.242,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Audio » Play » klysplay.lha

Klysplay

Description: Klystrack commandline player
Download: klysplay.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 84kb
Version: 1.1
Date: 27 Dec 2010
Author: Kometbomb, AmigaOS4 packaging by Spot / Up Rough
Submitter: Spot / Up Rough
Email: spotUP/gmail com
Homepage: http://code.google.com/p/klystrack/
Requirements: SDL and SDL_Mixer
Category: audio/play
Replaces: audio/play/klysplayer.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 6172
 
Comments: 3
Snapshots: 0
Videos: 0
Downloads: 262  (Current version)
297  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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!)



Copyright © 2004-2024 by Björn Hagström All Rights Reserved