[sdiy] midi clock to GATE (or trigger) converter with Arduino???

Martin Klang mars at pingdynasty.com
Thu Mar 1 15:19:43 CET 2012


If your platform supports it, you can use my MidiSerial [1] for (guess!) piping MIDI over serial at 31250.
Though you can run it at other speeds, to, using Sam's trick.

I think the limited  range of supported terminal speeds might actually reflect a limitation in the hardware serial implementation of most computers.

/m

[1] http://blipbox.org/blog/projects/midiserial/


On 1 Mar 2012, at 14:00, Sam Harmon wrote:

> The problem on Arduino is that the Serial Console in the IDE doesn't support 31250- makes debugging a real pain. It's apparently an issue with the Java serial library that the IDE uses.
> 
> I usually end up doing #ifdef DEBUG blocks around the serial stuff and set it to 38400 if I'm debugging and need to see what's happening. Of course, if you're debugging input, you'll need an output that sends to it at 38400 as well...
> 
> Sam




More information about the Synth-diy mailing list