What options are there for dynamic music in Unity? I’ve gone searching and MOD (tracker) support was added years ago, but not with control over tracks volumes and tempo and the like as far as I can see. There’s nothing on the asset store for music trackers. MIDI doesn’t appear to be supported. I found something about Puredata, and something about OpenMPT, but didn’t understand what was being said.
So how does one do dynamic music for music based games?
There is access to the audio buffer now, so you could write your own mixer for audio clips, or even your own mod player. But of course if Unity could just expose the individual tracks for mods that would be the easiest by far.