Trackers are underrated. In a way, I'm a bit sad that most of the time I see them mentioned, it seems to be in a historical context. Modern production tools have mostly settled on the combination of pianoroll, automation curves, and visual placement of samples on the project timeline. That's great for some types of music, but becomes really awkward in other cases. As a basic example, making a breakbeat sequence makes…
Trackers: The Sound of 16-Bit [video]
51–60 of 61 posts
Re: Trackers: The Sound of 16-Bit [video]
#52Fun fact, VLC and ffmpeg have fantastic support for most classic tracker formats. This opens up literally hundreds of thousands if not millions of songs to listeners. I really wish modern media servers (e.g. Plex) that are built on ffmpeg would support tracker formats since it's basically "free" for them. Also modern musicians working with modern trackers like Renoise work very heavily with VSTi instead of just sampl…
Disclaimer: I'm developing OpenMPT and libopenmpt.
Re: Trackers: The Sound of 16-Bit [video]
#53Earlier quoted context omitted.
Not taking anything away from trackers but DAWs are a lot easier to grok for the average musician. Take your breakbeat example, most DAWs also have a drum machine style layout which allows you to arrange samples in a more intuitive way than with a piano roll while still offering a visual layout that means something to the average musician. In fact ironically both the piano roll and drum machine layouts are older than…
The piano roll is not really "intuitive to the average musician", though. Most musicians would rather use ordinary sheet music notation, which was also supported in some trackers (like OctaMED Pro).
Quite frankly, if the piano roll was really that counter-intuitive as you make out, then it wouldn't be the norm in DAWs because the creative folk would naturally prefer to use Trackers or sheet music.
Re: Trackers: The Sound of 16-Bit [video]
#54Earlier quoted context omitted.
What I missed in buzz was a way to apply tracker commands (shift, reverse, transpose and so on) to patterns, because I always toyed with the synths, hardly ever using samples at all (where tracker commands are traditionally applied to). I eventually dropped out of my music dabbling phase endlessly failing at building a parser/interpreter/editor for a text-based notation syntax (as an alternative to the spreadsheet of…
> add multiple levels of "notation controlling notation" for a deliberately quirky macro language Would something like Supercollider fit the deal there?
But at least example screenshots seem to be quite eager to dive down to the synthesis level. I'm sure that you could use it to just output midi events but the same could be said about e.g. Python or Java or Rust and I wouldn't call those notation syntax either. It would have been an attempt to retain as much of established tracker ergonomics as possible while abandoning the spreadsheet-lines-as-time metaphor.
Re: Trackers: The Sound of 16-Bit [video]
#55Re: Trackers: The Sound of 16-Bit [video]
#56It was an awesome scene, I used to put out jungle and trip hop tracks on Mono211/Monotonik/Voodoo and a couple of other mod labels back in the day.
Everything was free, in an era where studio time and studio equipment was really expensive it was mind-blowing to be able to do it with just a PC, all in software. Lots of friendly competition between artists and the file format was such that you could open a mod and see exactly how it was put together, and reuse the samples if you wanted to. Gave birth to many people's careers in music and software!
Re: Trackers: The Sound of 16-Bit [video]
#57In my younger days, I used to spend hours and hours playing with trackers on the Commodore Amiga. Over the years, I've always toyed with the idea of firing one up again but the one thing that's keeping me from doing that is the lack of sample banks. Admittedly, I've never spent too much time looking into it, so I might be wrong (I actually kind of hope it), but it seems to me that getting hold of a tracker program is…
Re: Trackers: The Sound of 16-Bit [video]
#58Love to see this here, a very well researched video! It was an awesome scene, I used to put out jungle and trip hop tracks on Mono211/Monotonik/Voodoo and a couple of other mod labels back in the day. Everything was free, in an era where studio time and studio equipment was really expensive it was mind-blowing to be able to do it with just a PC, all in software. Lots of friendly competition between artists and the fi…
I used to download all tracks they (and other labels such as TDR) released back in the days and listen to them while learning to code.
This shaped my taste in music as the only other influence in this pre-Kazaa era were rather boring mainstream radio broadcasts and MTV.
It felt like wizardry and names like distance, dune, falcon or mortimer twang still give me shivers.
Re: Trackers: The Sound of 16-Bit [video]
#59In my younger days, I used to spend hours and hours playing with trackers on the Commodore Amiga. Over the years, I've always toyed with the idea of firing one up again but the one thing that's keeping me from doing that is the lack of sample banks. Admittedly, I've never spent too much time looking into it, so I might be wrong (I actually kind of hope it), but it seems to me that getting hold of a tracker program is…
Re: Trackers: The Sound of 16-Bit [video]
#60Fun fact, VLC and ffmpeg have fantastic support for most classic tracker formats. This opens up literally hundreds of thousands if not millions of songs to listeners. I really wish modern media servers (e.g. Plex) that are built on ffmpeg would support tracker formats since it's basically "free" for them. Also modern musicians working with modern trackers like Renoise work very heavily with VSTi instead of just sampl…
Caution: VLC uses libmodplug on Windows (and probably macOS), which is barely maintained these days and plays many modules incorrectly. Many Linux distributions replace libmodplug with an emulation layer that lets libopenmpt do the actual decoding and playback, though, so module playback through VLC is much more accurate on those platforms. Disclaimer: I'm developing OpenMPT and libopenmpt.
Thank you so much for the great work!