Is there any way to do dynamic music?

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?

Nothing? :shock: Are some game types just impossible for Unity then, or the domain of the Pro License? Do people use $500+ FMOD licenses?

Better MOD (or XM) support has been high up my wishlist for years now, but apparently other things are regarded way more important in Unity Land. :frowning:

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.