Page 1 of 1

Midi over Lan

Posted: Sun Oct 15, 2006 2:13 pm
by frisbeedisk
would anybody know of or have any midi-lan software, freeware if possible, as i will only be used once or twice...thanks

Posted: Sun Oct 15, 2006 4:31 pm
by OliQ
www.nerds.de/en/ipmidi.html

This one will run for an hour ata a time for free...

Posted: Sun Oct 15, 2006 5:15 pm
by frisbeedisk
nice one Oli, yeah i dl'd this from a different source, seems to be what im looking for.

Posted: Sun Oct 15, 2006 6:36 pm
by DeadlyKungFu
wouldn't that just have higher latency than just using a midi cable?

Posted: Sun Oct 15, 2006 6:49 pm
by nebulae
I think the latency should be fine - midi is really small amounts of data. Just depends on the tool processing that data, and whatever other network traffic was in the pipe. But the biggest issue with the midi protocol is that info is serial which lends itself to latency...I hope that changes sometime soon, as the protocol is like 30 years old.

Posted: Sun Oct 15, 2006 6:58 pm
by jksuperstar
Absolutely not. The TCP stacks in computers are well tuned. Networks run everywhere.

At MIDI speeds, it takes a MINIMUM of 1ms to send a single note on messege. That's because MIDI runs at 31.125kbps, while the slowest ethernet currently runs at 10Mbps (300 times faster). However, the most latency comes from your operating system and how fast it can get a MIDI or UDP packet out to a port. (anybody run their audio with sub 1ms latencies??)

Posted: Sun Oct 15, 2006 7:02 pm
by DeadlyKungFu
ok. just thinking about the OS API layer and whatnot. seems a bit rube-goldberg to me but I'm not a network guy. I could see it useful for syncing a bunch of computers with Live, use a router rather than a midi merge, routers are cheaper too.