Does anyone know where to get them ?
Thanks for advance !
-p
chipmusic.org is an online community in respect and relation to chip music, art and its parallels.
You are not logged in. Please login or register.
if you want more info you can take a look at the xmms-ahx plugin sources: http://sourceforge.net/projects/xmms-ahx/
a very cool resource to manage ahx files and replay them using the official ahx bang/replayer from abyss
What are you planning to do with this? I am very interested, AHX is my main tracker on the Amiga
if you want more info you can take a look at the xmms-ahx plugin sources: http://sourceforge.net/projects/xmms-ahx/
a very cool resource to manage ahx files and replay them using the official ahx bang/replayer from abyss
Thanks neuroflip, downloaded and checking !
-p
What are you planning to do with this? I am very interested, AHX is my main tracker on the Amiga
All compositions here as well most of my recent work elsewhere are composed algorithmically by various ways. Not only writing programs for different 8-bit computers and game consoles, I'm interested of using file formats (trackers, "register dumps" etc.), so far I've written stuff directly to GYM (why not all file formats are that simple , VGM, MOD, CMC (Atari Chaos Music Composer-tracker), for Vortex II (imports text files) and Raster Music tracker (imports texts files too). Now I'm studying three systems: NSF (from a bit different perspective, not MML), AHX (because I love the sound) and AY, practically it means a kind of "text to tracker", like txt2ahx-stuff, a single program converting my algorithmic works directly to different formats, just a simple command-line converter without options etc., just do the job, once, with a minimal amount of errors .
-p
Thanks Akira, anyway there are guys who created these trackers and formats, I think they're hardcore, I'm just doing tiny converters from ready-made specs, hopefully some of the converters would become more general ie. that they would be useful to some others too !
-p
txt2ahx sounds like a nice idea... in general the way you think about txt2** to do the dirty job, once.
old post but...
ahx2txt @github https://github.com/neuroflip/ahx2txt
Dumps the ahx file content into readeable ascii
that's fantastic, cheers. I was thinking of doing some kind of ahx > 2SID converter at one point so this might be a fun diversion.