LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   [TIP] Really easy ALSA MIDI over network (https://www.linuxquestions.org/questions/linux-general-1/%5Btip%5D-really-easy-alsa-midi-over-network-4175436107/)

hunternet93 11-07-2012 11:05 AM

[TIP] Really easy ALSA MIDI over network
 
I'm working on a project where I'd like to connect a MIDI keyboard to one computer, them forward the MIDI messages to a synth on another computer. After looking into netjack and some other programs, I found a ridiculously easy solution: aseqnet. Aseqnet is included in the alsa-utils package and makes network MIDI a snap. Just run this command on one computer:
Code:

aseqnet
and run this command on the other:
Code:

aseqnet ip.of.first.computer
(obviously replacing ip.of.first.computer with the first computer's IP address)
You can use the "-v" option to see info about what's happening.

A new MIDI device will appear on each computer:
Code:

aconnect -i
Use aconnect to connect MIDI devices/synths:
Code:

aconnect input# output#
Couldn't be simpler.

onebuck 11-08-2012 04:02 PM

Member Response
 
Hi,

Thanks post to you & remove from zero reply.


All times are GMT -5. The time now is 09:53 AM.