[Alsaplayer-devel][PATCH] specify jack connections on cmd-line

Andy Lo A Foe andy@alsaplayer.org
Sun, 10 Feb 2002 10:49:53 +0100


On Sat, Feb 09, 2002 at 11:57:51PM -0800, Patrick Shirkey wrote:

> I have asked on the jack list and the consensus there is that it will be better to have it available as a seperate gui for all jack aware apps to use. But I don't have the knowledge or time to do that now so I want to get it working in alsaplayer first. 

I still need to hack the socket based controller into alsaplayer. Once
that done I'd imagine the following configuration would do it for you
(will require some coding):

                master DJ interface
								with fader, etc etc
								    (socket)
                       |
       ---------------------------------
       |                               |
    (socket)	                      (socket)		 
alsaplayer process 1           alsaplayer process 2
     |     |                         |     |
     |     |                         |     |
- - - - - - - - - jack alsa_pcm - - - - - - - - - - - 
     |     |                         |     |
	 out_1  out_2                   out_3  out_4
	 

(hope your mail-reader doesn't screw up my l33t ascii gfx :)
	 
Of course this means you will need to have a soundcard/jack setup that is
capable of the above. The master DJ interface can be a script.
The socket interface is still veyr high on my TODO list (maybe today,
depending on what needs to be done around the appartement).

Regards,
Andy