[PlanetCCRMA] USB (& firewire) interface

Hakan Koseoglu hakan at koseoglu.org
Tue Apr 27 09:47:55 PDT 2010


Hi Oded,

On 27 April 2010 17:37, Oded Ben-Tal <oded at ccrma.stanford.edu> wrote:
> I am able to get 1 in 4 out under alsa. There is a trick using .asoundrc to
> create a virtual 4 channel device out of the 2 stereo devices. I can post
> the version I have for FC12 if anyone is interested. It works well with snd
> using MUS_ALSa_DEVICE, I couldn't get Pd to use it though, and no luck
> getting jack to play nice with it.

My ~/.asound.conf  used to contain these to bound them into a single
device. Does yours look different?

pcm.q4b {
        type route;
        slave.pcm "quattro";
        ttable.0.0 1;
        ttable.1.1 1;
        ttable.2.2 1;
        ttable.3.3 1;

}

ctl.q4b {
        type hw;
        card 1;
}

pcm.q4r {
        type route;
        slave.pcm "quattro";
        ttable.0.0 1;
        ttable.1.1 1;
        ttable.2.2 1;
        ttable.3.3 1;

}

ctl.q4r {
        type hw;
        card 1;
}




-- 
Hakan (m1fcj) - http://www.hititgunesi.org



More information about the PlanetCCRMA mailing list