Skip to content

pete-gordon/hivelytracker

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2022
Oct 27, 2012
Aug 7, 2010
Jun 18, 2023
Jun 18, 2023
Jun 18, 2023
Oct 23, 2012
Oct 27, 2012
Oct 28, 2022
Nov 21, 2022
Oct 14, 2012
Nov 21, 2022
Oct 28, 2022
Aug 7, 2010
Mar 27, 2018
Oct 31, 2021
Oct 28, 2022
Aug 7, 2010
Nov 21, 2022
Dec 11, 2014
Oct 28, 2022
Aug 7, 2010
Oct 27, 2022
Jun 18, 2023
Oct 15, 2021
Nov 21, 2022
Apr 11, 2014
Dec 9, 2014
Aug 7, 2010
Oct 21, 2012
Oct 14, 2012
Oct 20, 2012

Repository files navigation

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 editor

HivelyTracker was coded by Xeron/IRIS GUI design and skins by Spot/Up Rough

Compiling

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.