Re: [Linuxsampler-devel] multiple midi ports

2011-07-10 Thread Graham Goode
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 usi

[Linuxsampler-devel] multiple midi ports

2011-07-10 Thread Eliot Handelman
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 thi