Please tell me everything you know about MIDI over Ethernet or MIDI over IP.
February 11, 2007 9:55 PM
Subscribe
Please tell me everything you know about MIDI over Ethernet or MIDI over IP.
Or, more specifically, how do I set up MIDI over IP? How do I optimize it for performance and reliability? Pitfalls? Limitations?
What kind of overhead or load can I expect from the software MIDI over IP clients? (Windows machines, but in general.)
posted by loquacious to technology (14 comments total)
3 users marked this as a favorite
Music Instrument Digital Interface == MIDI but "MIDI" has become used for a lot of different things. For instance, it refers to a data format. It refers to a physical layer and a software handshake protocol (with the physical layer being RS-232).
I suppose you could replace the physical layer with TCP/IP, but it would be a bit strange. The main problem would be timeliness; MIDI requires information to be sent and received in a timely manner, and TCP/IP is not known for that. This being music, milliseconds matter.
Why do you want to do such a strange thing?
posted by Steven C. Den Beste at 10:02 PM on February 11, 2007