midi input
AndyProp
Posts: 60
anyone have a complete working and tested midi input project that i can use to test my board my design
Comments
HOWEVER,
MIDI is just a serial connection with an oddball baudrate, so you should just be able to set up a 31250 baud serial input (if you're using the Propeller and Spin, FullDuplexSerial.spin from the standard library is what you want) on the right pin and see the MIDI bytes coming in when you do things on the controller.
http://obex.parallax.com/object/387
This is for the Propeller. You did not say which Processor you had in mind.
perfect, thank you.
i did search the forum but wanted a proven working version.
thank you