Reply to comment

rncbc's picture

Re: midi control

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 :))

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.