Hi Eliot, I typically use the virtual MIDI ports from the virmidi driver for situations like this.
modprobe snd-virmidi (this will give you four virtual MIDI ports) modprobe snd-virmidi enable=1,1,1,1 (this will give you 16 virtual MIDI ports) Depending of which version of Linus you're using, you can set this up to load on boot: sudo gedit /etc/modules (Enter the inevitable password.) At the end of the file add: snd-virmidi enable=1,1,1,1 Hope that helps, GrahamG On 7/10/11, Eliot Handelman <el...@colba.net> wrote: > Hi, > > I'm trying to configure linuxsampler to receive > 16 channels of midi > using midi port messages. Qjackctl > registers an alsa midi port through but that only sends midi port-0 > messages. What is involved in creating > a midi through port in alsa that routes all ports to linuxsampler? > > Sorry if this is not an appropriate sort of question for this list, but > I'm just not finding the relevant > documentation. > > many thanks, > > -- eliot > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Linuxsampler-devel mailing list > Linuxsampler-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel > ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel