Playing my Keyboard from the Internet
Yesterday I started a small project to create a C# application that would let me play my MIDI keyboard from another computer over the internet. This application now works, and I call it MIDINet.
MIDINet has a client-server-architecture. The server listens for incoming UDP-packets, parses those and translates them into MIDI messages, which are sent directly to my Roland E-86. The client is set up to send packets to my server when the user presses certain keys on the computer keyboard.
Usefulness: questionable. Funness-factor: High!
