hey in my quest to sync two axo's oscillators i realized some issues with the midi gate bools beeing inconsistent in timing, probably due to both midi being at 31250 baud and then the bool just being processed at k-rate 3khz ish. correct me if this is nonsense.
i'm not sure if it will actually help me in my endeavour, but is there an easy way to access high speed midi on the axoloti? would it only work over usb-midi or also the din ports?
i am building the midi controller i want to connect myself, so it would be easy to set the serial baud rate to the same on both sides, ie 48khz or even higher. apparently people did this already on arduinos https://forum.arduino.cc/index.php?topic=515491.0
can i do it with the built in din ports? or alternatively open a serial connection, add a simple DIN-IO circuit to the TX/RX pins, and read/write to it with ie. hug/gpio/midi_out ? cause on my "own" serial connection i can do whatever baud rate i want right, as oppsed to midi DIN?