Linux support for RTP-MIDI?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP












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

      10.8k32840




      10.8k32840




















          3 Answers
          3






          active

          oldest

          votes


















          3














          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.



          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 is also 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.






          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









                3














                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.



                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 is also 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.






                share|improve this answer





























                  3














                  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.



                  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 is also 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.






                  share|improve this answer



























                    3












                    3








                    3







                    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.



                    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 is also 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.






                    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.



                    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 is also 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.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Feb 18 '18 at 23:53

























                    answered Jan 30 '13 at 11:40









                    PierzPierz

                    22117




                    22117























                        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 check contact read email or not when send email to Individual?

                                        Bahrain

                                        Postfix configuration issue with fips on centos 7; mailgun relay