bitSync wrote:Is this the plan: Implement a DLL translator that looks like MCU MIDI on the DAW software side and d8b raw serial comms on the d8b hardware side? If so, then I think I get it. If not, then I'm lost.
Sorry for the confusion, I changed plans a few times. Let's make it clear: The goal is to convert the d8b into a DAW controller without the help of the d8b OS.
- At first, I thought using ethernet would be a good idea (replacing the d8b OS completely by Linux) but the results were not 100% what I expected. I had glitches down the line... The hardware is slow and quite limited.
- Now, we shifted to the "direct" approach, we're interfacing directly with the "Console Data" port at the back of the console and talking directly with the board. That means that we need a special cable to connect to our computers but it's faster and more stable. It renders the d8b CPU useless too as we don't even need it anymore, think of it like a modern day brain for the d8b.
- Answer to your question: Yes, that's exactly it. We're writing an application that'll translate the raw d8b protocol to MCU protocol (it'll look like 3 MCUs to your DAW). Since we're at the start of the coding adventure, we're still unsure about a few things but it's looking good!
- If all goes as planned, we might implement more features, like monitoring, talkback and such... But we must keep our focus on the DAW controller for now, there's much work to be done there.
Cheers,
Marc