Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pete-gordon/hivelytracker
Chip music tracker based on AHX
https://github.com/pete-gordon/hivelytracker
Last synced: 3 months ago
JSON representation
Chip music tracker based on AHX
- Host: GitHub
- URL: https://github.com/pete-gordon/hivelytracker
- Owner: pete-gordon
- License: bsd-3-clause
- Created: 2015-06-28T07:27:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T10:26:00.000Z (over 1 year ago)
- Last Synced: 2024-04-17T22:49:15.616Z (7 months ago)
- Language: C
- Homepage: http://www.hivelytracker.co.uk
- Size: 6.22 MB
- Stars: 107
- Watchers: 18
- Forks: 14
- Open Issues: 22
-
Metadata Files:
- Readme: README.MD
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-demoscene - hivelytracker - Music tracker for AHX and HVL formats (Demomaking / Audio & Synths)
README
About HivelyTracker, from IRIS & Up Rough!
Hively Tracker is a tracker program based upon the AHX format created in the mid '90s by Dexter and Pink of Abyss. The format was relatively popular, and many songs were created and used in scene productions and games. AHX was designed to create a very SID-like sound on the Amiga.
HivelyTracker can import and export modules and instruments in the AHX format, but it also improves on AHX in several ways and therefore has its own instrument and module formats.
HivelyTracker offers the following features over AHX:
- Multichannel (4 to 16 channels)
- Per-channel stereo panning
- Two commands per note instead of one
- Ring modulation
- A more feature rich editorHivelyTracker was coded by Xeron/IRIS
GUI design and skins by Spot/Up RoughCompiling
=========The makefile at the root of the repository is for Amiga OS only and will not work for other platforms.
Building for Amiga OS
---------------------make
Building for Linux
------------------cd sdl
make -f Makefile.linux
Building for Haiku
------------------cd sdl
make -f Makefile.haiku
Building for Windows
--------------------cd sdl
make -f Makefile
Building for MacOS
------------------An XCode project is provided in the SDL directory.