[LAU] persisting jack connections (was DC offset)
    Rustom Mody 
    rustompmody at gmail.com
       
    Fri Feb  3 10:01:13 UTC 2012
    
    
  
On Thu, Feb 2, 2012 at 7:41 PM, Daniel Worth <pipemanmusic at gmail.com> wrote:
>
> This is easily solved with qjacktl's patchbay. It's clients like this that
> it was designed for.
>
> http://www.rncbc.org/drupal/node/76
>
This looks very useful --- just what I was asking for.
However...
When I tried this a few days ago, firefox showed as
alsa-jack.rawjackC(somenumber)
and audacity showed as portaudio(something)
Now both are showing as alsa-jack.rawjacksomething.
My .asoundrc file (which I dont pretend to understand) is thusly:
pcm.rawjack {
    type jack
    playback_ports {
        0 system:playback_1
        1 system:playback_2
    }
    capture_ports {
        0 system:capture_1
        1 system:capture_2
    }
}
pcm.jack {
    type plug
    slave { pcm "rawjack" }
    hint {
     description "JACK Audio Connection Kit"
    }
}
pcm.!default {
    type plug
    slave { pcm "rawjack" }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20120203/f14fafb6/attachment.htm>
    
    
More information about the Linux-audio-user
mailing list