---Here is an email I sent a little while ago to Kai Vehmanen:
I have been looking through the Soundtracker
0.6.7 code as I have been
wanting to improve the jack output. It would be excellent if Soundtracker
could output each of its channels to a Jack port, instead of (as well as?)
outputting the mix the two mono channels. Unfortunately, Im only a beginner
when it comes to audio coding and was wondering if someone could hack it
together for me?
---And his reponse:
that would be a cool feature to have, but unfortunately not a trivial
thing to add (though not impossible either). You could try to ask about
this on the soundtracker mailing list (or possible on linux-audio-dev)...
maybe someone else is also interested and has the time to help.
Unfortunately I don't have much time for FOSS-development atm, so I'll
have to pass. .(
---Will anyone help with this? I believe that the problem is that the mixer
code works in a monolithic way, thus needs a rewrite.