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
14bit MIDI anyone?
-
- Posts: 10
- Joined: Tue Aug 04, 2020 11:02 am
Re: 14bit MIDI anyone?
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!