Interactive Tracker Music?

Hi all!

I was wondering if it’s at all possible to alter the properties of a tracker music file (.mod) that’s playing in Unity- something like enable/disable channels, or maybe even better change the tempo, or single notes of it. That would be wonderful in terms of making music very interactive.

If not natively supported, can that be achieved at all using some kind of plugin or middleware?

Thanks!

FBP

hey there! no, unfortunately… we switched to using Puredata ( http://puredata.info ) in our projects, very very nice and flexible! In case you’re interested, we’ve released c# bindings (using libpd) that connect Unity and Pd together and then deploy the whole project on iOS or Android. It’s here: GitHub - hagish/kalimba: puredata (libpd) for unity mobile (ios,android)

Best,

FBP