I bought a MIDI keyboard for my birthday. I found a program (MidiPiano) that gets signals from the MIDI input and translates it into music, but I\'d rather like to write one
I have solved this in a roundabout way by writing a Python script to transmit a UDP packet every time a note ON/OFF occurs on the MIDI keyboard.
MIDI over TCP/IP/UDP to be received inUnity3D with C#/.NET
That way the platform specific MIDI stuff is wrapped, and I can write platform agnostic C# code to pick up the UDP packet.