HVL-Replayer
HVL-Replayer is a console music player for the Hively Tracker format, a music tracker format from the Amiga.
Current versions of the command line player are hard to find so I took the last version I could found (http://phd-sid.ethz.ch/debian/hivelytracker/old/) and updated the replay code to the latest hivelytracker version. You can download the version below. There is also a git repo for the command line tool.
HVL-Replayer is from Peter Gordon licensed under BSD 3-clause.
Downloads
The current version is hvl-replayer 1.3 (15 kB) (signature) from 2020-01-02.Requirements
Basically only a C compiler and SDL is required. The tool is intended for Linux, but it might work on other OSs as well. You can find binaries for other players for other systems at the Hively Tracker web pageBuild instructions
There is just a very simple Makefile, so just$ makeshould build the binary
play_hvl
Git repo
git clone http://www.boomerangsworld.de/cms/git/hvl_replayer.git
Last Commits:
- 2020-01-01 17:34:47 +0000: 61d7298 (HEAD -> master, tag: 1.3)
add license file original archive did not have one but most siginificant part is from hivelytracker anyway which is under this license - 2020-01-01 13:38:32 +0000: e36d46a
add gitignore file - 2020-01-01 13:37:13 +0000: ef98505
add changelog - 2020-01-01 13:36:32 +0000: 3b298d1
add auto gain from hvl2wav - 2020-01-01 13:27:56 +0000: c6a69f8
add cli options for auto gain and time limit and handle songend correctly - 2020-01-01 11:06:47 +0000: 473c9d1
update replay code from hivelytracker - 2020-01-01 11:00:59 +0000: a93bc16
rename files to match name from hivelytracker repo - 2020-01-01 10:57:03 +0000: 404edb7
imported files from