At Tue, 10 Apr 2007 08:33:40 -0700,
Ken Restivo wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tue, Apr 10, 2007 at 01:39:50PM +0200, Takashi Iwai wrote:
> > At Sat, 7 Apr 2007 01:48:51 -0700,
> > Ken Restivo wrote:
> > > 
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > > 
> > > On Sat, Apr 07, 2007 at 10:42:32AM +0200, Chris Stranex wrote:
> > > > Hey,
> > > > 
> > > > >$  aconnect 128:0 24:0
> > > > >$ aconnect 24:0 130:0
> > > > 
> > > > Why can you not just use 'aconnect 128:0 130:0' ?
> > > > 
> > > 
> > > In this example, I could. 
> > > 
> > > But I'm trying to get snd-virmidi working in order to connect to ChucK 
> > > (or PD), which do not support sitting around waiting for an incoming MIDI 
> > > connection. They insist on establishing an incoming MIDI connection at 
> > > startup time. If you want to patch devices to them on the fly, you're 
> > > screwed.
> > > 
> > > I was hoping to use snd-virmidi for that, but, alas, no luck so far.
> > 
> > I guess you misunderstand the concept of virmidi?
> > 
> > snd-virmidi is a bridge between ALSA sequencer port and a MIDI
> > byte-stream device (e.g. /dev/snd/midiC*D*).   It's no event router.
> > 
> 
> Thanks! No, I did not understand the concept of snd-virmidi.
> 
> The MIDI Thru device worked perfectly, as was suggested.

As mentioned, it's no event router.  Suppose you connect App A ->
virmidi and virmidi -> App B.  Then the event flow is:
        App A -> VirMIDI -> /dev/snd/midiC*D*
_and_
        /dev/snd/miciC*D* -> VirMIDI -> App B

That is, there is no connection between Apps A and B.

If you need a static event router, you can use snd-seq-dummy module.


Takashi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to