[CM] No Auto Connect

andersvi@extern.uio.no andersvi@extern.uio.no
Wed, 01 Mar 2006 11:41:01 +0100


>>> "K" == Kjetil S Matheussen <kjetil@ccrma.Stanford.EDU> writes:
K> On Tue, 28 Feb 2006, Fernando Lopez-Lezcano wrote:
>> On Mon, 2006-02-27 at 21:01 -0800, Kjetil S. Matheussen wrote:

K> This sounds very theoretical to me... Have you ever
K> disconnected the the output of snd (or other programs using
K> sndlib) from the soundcard?

I find im doing this all the time, feeding SNDs output into
analysis/processing/plugin apps or whatever.

>> An option for that would be great...
K> Okey, is MUS_JACK_DONT_AUTOCONNECT an okey name for an
K> enviornment variable for this?

Fine.

If sound could also read MUS_JACK_DEFAULT_INPUTS and
MUS_JACK_DEFAULT_OUTPUTS and use a list of something along the
lines of

$MUS_JACK_DEFAULT_INPUTS:

  '("alsa_pcm:capture_1" "alsa_pcm:capture_2")

$MUS_JACK_DEFAULT_OUTPUTS:

  '("alsa_pcm:playback_1" "alsa_pcm:playback_2"
    "alsa_pcm:playback_3" "alsa_pcm:playback_4"
    "alsa_pcm:playback_5" "alsa_pcm:playback_6"
    "alsa_pcm:playback_7" "alsa_pcm:playback_8"
    "alsa_pcm:playback_9" "alsa_pcm:playback_10")

- its getting flexible.