Arduino serial to MIDI
in
Integration and Hardware
•
1 year ago
Hi.
i am connecting my Arduino (with a serie of piezo disks) to my laptop (osx 10.6.8) via USB.
I am trying to convert the serial to MIDI so i could use it with music softwares like Ableton Live.
but some how things are now working!!!
When i open the Arduino software and run the Serial Monitor from there, when i tap a piezo disk i get this kind of message:
1446412712864127
Does this mean that the piezo disks are working and the code is ok?
The thing is that then when i try to convert the serial to midi nothing happens.
I am running the Serial <> Midi Converter from SpikenzieLabs on Processing.
When i run the sketch, chose baud rate, port in and port out, i get only the RED RX light blinking.
If i open the Midi Monitor i get no signal at all.
What is happening? What am i doing wrong?
Thank you!
1