ouch. too late :) it's already committed to cvs (qtractor-0.2.2.1108+) no sweat.
hmm... i do have my doubts about these snippets, which might just be the root of your troubles. (wrt. volume here)
qtractorMidiBus *pMidiBus
= static_cast (pTrack->outputBus());
if (pMidiBus)
pMidiBus->setVolume(pTrack, fGain);
are you sure you want to send the events all through the output bus, again and replicated as many tracks of same MIDI channel there is? if you comment out those snippets, what do you get then?
P.S. incidentally I've just ordered a BCF2000; after it arrives I'll have all this troubles in first hand too :))
ouch. too late :) it's already committed to cvs (qtractor-0.2.2.1108+) no sweat.
hmm... i do have my doubts about these snippets, which might just be the root of your troubles. (wrt. volume here)
are you sure you want to send the events all through the output bus, again and replicated as many tracks of same MIDI channel there is? if you comment out those snippets, what do you get then?
P.S. incidentally I've just ordered a BCF2000; after it arrives I'll have all this troubles in first hand too :))