Wow! Thank you for your time and very informative replies!
Like I said, I can't yet hear anything "off", though it's only on a breadboard and needs to be built properly and played with for a while...
Type: Posts; User: garcho
Wow! Thank you for your time and very informative replies!
Like I said, I can't yet hear anything "off", though it's only on a breadboard and needs to be built properly and played with for a while...
If I have one interrupt for all 8 UARTs, and each one sends a MIDI clock message one after the other like it's written in the code, then am I right in assuming the delay between UART 1 and UART 8...
So, I made the buttons in the loop set flags to true/false, then the interrupt counts clock messages and the start or stop is triggered by % 24 (or 12, 48, 96 etc.) and reading the flag. I'll post...
I want to make a MIDI master clock to sync a number of devices to one tempo and control their individual start/stop functions.
I only have 2 arms to start or stop more than 2 devices, and I don't...