Linux support for RTP-MIDI?
I have been spoiled by the ease with which I can connect my iPad up to MIDI applications on my Macbook using the native support for midi-over-the-network (apparently RTP-MIDI) provided by the CoreMIDI subsystem in both OS X and iOS.
Is there a compatible Linux implementation? I have found some tantalizing references out there that indicate there may be one, but I haven't been able to find any concrete information.
audio macintosh music
add a comment |
I have been spoiled by the ease with which I can connect my iPad up to MIDI applications on my Macbook using the native support for midi-over-the-network (apparently RTP-MIDI) provided by the CoreMIDI subsystem in both OS X and iOS.
Is there a compatible Linux implementation? I have found some tantalizing references out there that indicate there may be one, but I haven't been able to find any concrete information.
audio macintosh music
add a comment |
I have been spoiled by the ease with which I can connect my iPad up to MIDI applications on my Macbook using the native support for midi-over-the-network (apparently RTP-MIDI) provided by the CoreMIDI subsystem in both OS X and iOS.
Is there a compatible Linux implementation? I have found some tantalizing references out there that indicate there may be one, but I haven't been able to find any concrete information.
audio macintosh music
I have been spoiled by the ease with which I can connect my iPad up to MIDI applications on my Macbook using the native support for midi-over-the-network (apparently RTP-MIDI) provided by the CoreMIDI subsystem in both OS X and iOS.
Is there a compatible Linux implementation? I have found some tantalizing references out there that indicate there may be one, but I haven't been able to find any concrete information.
audio macintosh music
audio macintosh music
asked Jan 6 '12 at 18:34
larskslarsks
11.5k33042
11.5k33042
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The original reference implementation of the RTP-MIDI protocol (originally specified in RFC4695 - now updated to RFC6295) from the guys who developed it is available as part of an older version of their sfront software.
It seems that the Wikipedia page on RTP-MIDI now has a good list available implementations.
A more up to date implementation is available in the Java based nmj library, which apparently works with iOS: http://www.humatic.de/htools/nmj
There was (now defunct) the interesting scenic project that contains Python based rtpmidi support (from which the now discontinued midistream Debian package was derived). In the Scenic source tree the actual midistream python application is here scenic/py/scripts/midistream.in, and the associated library may be found here: scenic/py/rtpmidi
It is also possible to use JACK to send MIDI but you need to run JACK on all machines (so for iOS you'll need an app that supports JACK).
Some more Windows based software (free but not open source): http://www.tobias-erichsen.de/software.html
Update 2018: There's now a Node based implementation of rtpMIDI and also the Arduino-AppleMIDI-Library that may be possible to port to Linux.
Update 2019: A new implementation aimed at the Raspberry Pi called RaveloxMIDI has become available which seems like it will run on Debian/Centos Linuxs as well.
add a comment |
One other alternative is to use a MIDI router box with USB-MIDI and Ethernet (RTP-MIDI) interfaces. You attaches the USB connection to your linux machine just like any USB/MIDI interfaces. Then, data received on the virtual USB MIDI ports are forwarded to the opened RTP-MIDI sessions (and vice-versa) by the box. At least, one product (Cinara MidiGateway) is doing that kind of functions. This solution does not require any kind of specific software running on the host, and it preserves compatibility with other RTP-MIDI devices.
add a comment |
Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f28478%2flinux-support-for-rtp-midi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
The original reference implementation of the RTP-MIDI protocol (originally specified in RFC4695 - now updated to RFC6295) from the guys who developed it is available as part of an older version of their sfront software.
It seems that the Wikipedia page on RTP-MIDI now has a good list available implementations.
A more up to date implementation is available in the Java based nmj library, which apparently works with iOS: http://www.humatic.de/htools/nmj
There was (now defunct) the interesting scenic project that contains Python based rtpmidi support (from which the now discontinued midistream Debian package was derived). In the Scenic source tree the actual midistream python application is here scenic/py/scripts/midistream.in, and the associated library may be found here: scenic/py/rtpmidi
It is also possible to use JACK to send MIDI but you need to run JACK on all machines (so for iOS you'll need an app that supports JACK).
Some more Windows based software (free but not open source): http://www.tobias-erichsen.de/software.html
Update 2018: There's now a Node based implementation of rtpMIDI and also the Arduino-AppleMIDI-Library that may be possible to port to Linux.
Update 2019: A new implementation aimed at the Raspberry Pi called RaveloxMIDI has become available which seems like it will run on Debian/Centos Linuxs as well.
add a comment |
The original reference implementation of the RTP-MIDI protocol (originally specified in RFC4695 - now updated to RFC6295) from the guys who developed it is available as part of an older version of their sfront software.
It seems that the Wikipedia page on RTP-MIDI now has a good list available implementations.
A more up to date implementation is available in the Java based nmj library, which apparently works with iOS: http://www.humatic.de/htools/nmj
There was (now defunct) the interesting scenic project that contains Python based rtpmidi support (from which the now discontinued midistream Debian package was derived). In the Scenic source tree the actual midistream python application is here scenic/py/scripts/midistream.in, and the associated library may be found here: scenic/py/rtpmidi
It is also possible to use JACK to send MIDI but you need to run JACK on all machines (so for iOS you'll need an app that supports JACK).
Some more Windows based software (free but not open source): http://www.tobias-erichsen.de/software.html
Update 2018: There's now a Node based implementation of rtpMIDI and also the Arduino-AppleMIDI-Library that may be possible to port to Linux.
Update 2019: A new implementation aimed at the Raspberry Pi called RaveloxMIDI has become available which seems like it will run on Debian/Centos Linuxs as well.
add a comment |
The original reference implementation of the RTP-MIDI protocol (originally specified in RFC4695 - now updated to RFC6295) from the guys who developed it is available as part of an older version of their sfront software.
It seems that the Wikipedia page on RTP-MIDI now has a good list available implementations.
A more up to date implementation is available in the Java based nmj library, which apparently works with iOS: http://www.humatic.de/htools/nmj
There was (now defunct) the interesting scenic project that contains Python based rtpmidi support (from which the now discontinued midistream Debian package was derived). In the Scenic source tree the actual midistream python application is here scenic/py/scripts/midistream.in, and the associated library may be found here: scenic/py/rtpmidi
It is also possible to use JACK to send MIDI but you need to run JACK on all machines (so for iOS you'll need an app that supports JACK).
Some more Windows based software (free but not open source): http://www.tobias-erichsen.de/software.html
Update 2018: There's now a Node based implementation of rtpMIDI and also the Arduino-AppleMIDI-Library that may be possible to port to Linux.
Update 2019: A new implementation aimed at the Raspberry Pi called RaveloxMIDI has become available which seems like it will run on Debian/Centos Linuxs as well.
The original reference implementation of the RTP-MIDI protocol (originally specified in RFC4695 - now updated to RFC6295) from the guys who developed it is available as part of an older version of their sfront software.
It seems that the Wikipedia page on RTP-MIDI now has a good list available implementations.
A more up to date implementation is available in the Java based nmj library, which apparently works with iOS: http://www.humatic.de/htools/nmj
There was (now defunct) the interesting scenic project that contains Python based rtpmidi support (from which the now discontinued midistream Debian package was derived). In the Scenic source tree the actual midistream python application is here scenic/py/scripts/midistream.in, and the associated library may be found here: scenic/py/rtpmidi
It is also possible to use JACK to send MIDI but you need to run JACK on all machines (so for iOS you'll need an app that supports JACK).
Some more Windows based software (free but not open source): http://www.tobias-erichsen.de/software.html
Update 2018: There's now a Node based implementation of rtpMIDI and also the Arduino-AppleMIDI-Library that may be possible to port to Linux.
Update 2019: A new implementation aimed at the Raspberry Pi called RaveloxMIDI has become available which seems like it will run on Debian/Centos Linuxs as well.
edited Mar 5 at 10:33
answered Jan 30 '13 at 11:40
PierzPierz
24117
24117
add a comment |
add a comment |
One other alternative is to use a MIDI router box with USB-MIDI and Ethernet (RTP-MIDI) interfaces. You attaches the USB connection to your linux machine just like any USB/MIDI interfaces. Then, data received on the virtual USB MIDI ports are forwarded to the opened RTP-MIDI sessions (and vice-versa) by the box. At least, one product (Cinara MidiGateway) is doing that kind of functions. This solution does not require any kind of specific software running on the host, and it preserves compatibility with other RTP-MIDI devices.
add a comment |
One other alternative is to use a MIDI router box with USB-MIDI and Ethernet (RTP-MIDI) interfaces. You attaches the USB connection to your linux machine just like any USB/MIDI interfaces. Then, data received on the virtual USB MIDI ports are forwarded to the opened RTP-MIDI sessions (and vice-versa) by the box. At least, one product (Cinara MidiGateway) is doing that kind of functions. This solution does not require any kind of specific software running on the host, and it preserves compatibility with other RTP-MIDI devices.
add a comment |
One other alternative is to use a MIDI router box with USB-MIDI and Ethernet (RTP-MIDI) interfaces. You attaches the USB connection to your linux machine just like any USB/MIDI interfaces. Then, data received on the virtual USB MIDI ports are forwarded to the opened RTP-MIDI sessions (and vice-versa) by the box. At least, one product (Cinara MidiGateway) is doing that kind of functions. This solution does not require any kind of specific software running on the host, and it preserves compatibility with other RTP-MIDI devices.
One other alternative is to use a MIDI router box with USB-MIDI and Ethernet (RTP-MIDI) interfaces. You attaches the USB connection to your linux machine just like any USB/MIDI interfaces. Then, data received on the virtual USB MIDI ports are forwarded to the opened RTP-MIDI sessions (and vice-versa) by the box. At least, one product (Cinara MidiGateway) is doing that kind of functions. This solution does not require any kind of specific software running on the host, and it preserves compatibility with other RTP-MIDI devices.
answered Feb 9 '16 at 8:56
roorroor
211
211
add a comment |
add a comment |
Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.
add a comment |
Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.
add a comment |
Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.
Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.
answered Jan 2 at 0:33
JEB of PonderworthyJEB of Ponderworthy
163
163
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f28478%2flinux-support-for-rtp-midi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown