I love MilkyTracker for its minimalist Amiga tracker-esque experience, but have been frustrated by its instability on macOS. You really do have to save your work very frequently in order to avoid losing it so I've found myself gravitating towards Renoise, even though it's paid and - very recently - Deflemask (I also like that it supports SID tracking, which is what I've been playing with).
MilkyTracker
31–40 of 51 posts
Re: MilkyTracker
#32Digging down, it seems to be implemented in antediluvian C++: Equalizer::~Equalizer(void) { } It probably could be cut to half the LOC just by modernizing, and get more reliable and faster.
Re: MilkyTracker
#33Digging down, it seems to be implemented in antediluvian C++: Equalizer::~Equalizer(void) { } It probably could be cut to half the LOC just by modernizing, and get more reliable and faster.
You can rewrite it in Rust, because we all know Rust has almost no original software.
Modernizing, however many users it has would benefit immediately.
Re: MilkyTracker
#34I love MilkyTracker for its minimalist Amiga tracker-esque experience, but have been frustrated by its instability on macOS. You really do have to save your work very frequently in order to avoid losing it so I've found myself gravitating towards Renoise, even though it's paid and - very recently - Deflemask (I also like that it supports SID tracking, which is what I've been playing with).
Re: MilkyTracker
#35See also: Renoise, a modern cross-platform DAW/tracker hybrid https://www.renoise.com/
Re: MilkyTracker
#36Re: MilkyTracker
#37Shameless self promo, but I released a tiny album of .xms using Milkytracker back in the day [0] on Disasterpeace’s (composer for Fez, among others) label, which I am still quite fond of. 4mat, of course, was, and is still, a huge influence.
Re: MilkyTracker
#38Also of interest might be this 1:1 remake of FastTracker 2: https://16-bits.org/ft2.php . I’ve only played around briefly but it was exactly as I remember it! FT2 was pretty much my intro to making music, it came on a PC Format magazine cover CD with a a bunch of XM/MOD files and it blew my mind that I could open up these songs and see how they were made! I never got particularly good with it but had some fun making…
It compiles perfectly well on my Pinebook Pro, so now I have with me all the time, along with the equally fantastic PT2 clone: https://16-bits.org/pt2.php
Re: MilkyTracker
#39Re: MilkyTracker
#40Digging down, it seems to be implemented in antediluvian C++: Equalizer::~Equalizer(void) { } It probably could be cut to half the LOC just by modernizing, and get more reliable and faster.