Linux support for RTP-MIDI?












6















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.










share|improve this question



























    6















    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.










    share|improve this question

























      6












      6








      6


      2






      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 6 '12 at 18:34









      larskslarsks

      11.5k33042




      11.5k33042






















          3 Answers
          3






          active

          oldest

          votes


















          4














          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.






          share|improve this answer

































            2














            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.






            share|improve this answer































              0














              Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.






              share|improve this answer
























                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
                });


                }
                });














                draft saved

                draft discarded


















                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









                4














                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.






                share|improve this answer






























                  4














                  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.






                  share|improve this answer




























                    4












                    4








                    4







                    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.






                    share|improve this answer















                    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.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Mar 5 at 10:33

























                    answered Jan 30 '13 at 11:40









                    PierzPierz

                    24117




                    24117

























                        2














                        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.






                        share|improve this answer




























                          2














                          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.






                          share|improve this answer


























                            2












                            2








                            2







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Feb 9 '16 at 8:56









                            roorroor

                            211




                            211























                                0














                                Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.






                                share|improve this answer




























                                  0














                                  Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.






                                  share|improve this answer


























                                    0












                                    0








                                    0







                                    Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.






                                    share|improve this answer













                                    Looks like several iConnectivity products are set up to do turnkey RTP-MIDI (Ethernet MIDI) as well.







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Jan 2 at 0:33









                                    JEB of PonderworthyJEB of Ponderworthy

                                    163




                                    163






























                                        draft saved

                                        draft discarded




















































                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

                                        is 'sed' thread safe

                                        How to make a Squid Proxy server?