bitSync wrote:1. Is there anything about the DAW DLL interface looking like MCU MIDI that would constrict the speed limit of MIDI messages translated to d8b serial? Or does the DLL not using any MIDI device drivers overcome that bandwidth restriction?
Well, we're still writing the code for MIDI (virtual ports and all) but in theory, the limit would be the speed of the d8b itself, 115200 bauds (around 11k/sec) which is about 3.5 times faster than your normal MIDI speed. We should be fine.
bitSync wrote:2. Apart from the meters bouncing to the channel levels, is there anything that your approach accomplishes that a d8b MIDI mapping would not? Greater MIDI value resolutions?
Yes, we'll have greater fader resolution. Actually, twice the resolution. The d8b transmits steps between 0 to 127, standard for MIDI volume control. Since our software talks directly to the board, it'll push it to 256 steps, without the infamous 0db/normaling error.
Other planned features would include:
- Full time display/location of DAW (without the need of SMPTE or anything else)
- Pan pots without rounding errors (Center will no be 1L or 1R)
- Audio scrubing with Jog Wheel
- Channel Scrolling with Jog Wheel
- VFD Display that shows selected channel name, few surprises too coming in that dept.
- Transport and locator buttons support
Got some ideas for the "channel leds" too as they will have no use... Might light up green and go red when overload happens... Still looking what to do with the "Assign" button. Might be converterted into a "read" button since it's right on top of "write". Anyway, as you can see, there's still a lot of stuff to think about!
Any ideas are welcome,
Marc