Page 1 of 1

14bit MIDI anyone?

Posted: Tue Apr 05, 2022 2:17 pm
by muleskinner
Hi,

Has anyone done anything with 14bit MIDI? I am trying to get this to work with my Sub37 and getting very inconsistent results.

I'm sending two standard CCs after each other, MSB followed by LSB. The MSB seems to get ignored, unless I send it on its own, in which case it responds as expected. Really weird thing is that if I change the destination of the midi output module to something else and back again everything seems to work pretty much as expected!?

I can't find anything to give me more control over MIDI data, i.e. to make sure both events get sent at the same timestamp, or when events are flushed and that kind of thing. Is there any access to things at a lower level than MidiOutputJack.AddMessage()?

cheers

Re: 14bit MIDI anyone?

Posted: Tue Apr 05, 2022 7:32 pm
by muleskinner
Upon further investigation I've discovered it's pretty much working when sending via MIDI DIN but sending the exact same thing via USB MIDI isn't working! 🤔