[Cs-dev] Cs5 and JACK
| Date | 2005-02-18 17:35 |
| From | Dave Phillips |
| Subject | [Cs-dev] Cs5 and JACK |
Greetings:
I've started playing with -+rtaudio=jack. I'm testing via blue, using
Steven's feldman2.csd.
I start JACK with QJackCtl, then I start the JACK Rack LADSPA plugin
host. JACK Rack appears in the QJackCtl audio connections panel. I
connect it to the ALSA PCM output device. I open and enable a plate
reverb plugin in the JACK Rack, then I run the CSD file from blue with
these command options:
csound -+rtaudio=jack --expression-opt -odac:jack_rack_2960:in_
-d -m0
This autoconnects Cs5 to the JACK Rack, which is connected to the ALSA
PCM audio input, and everything works fine.
QJackCtl allows client/port alias editing, so I renamed the client to
jrack and the ports to in1 and in2. I shortened the command above to this:
csound -+rtaudio=jack --expression-opt -odac:jrack:in -d -m0
But Csound responded with this error message:
writing 2048-byte blks of shorts to dac:jrack:in
(unknown)
SECTION 1:
Allocating 262436 bytes
ftable 1:
*** jackClientActivate(): cannot connect csound5:output1 to
jrack:in1
*** real time audio output stopped
[snip]
Perhaps the aliases are only cosmetic to QJackCtl ? If so, too bad:
When combined with $CSRTAUDIO I could significantly shorten my command
options.
Still, this is all very cool.
Best,
dp
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2005-02-18 18:37 |
| From | Istvan Varga |
| Subject | Re: [Cs-dev] Cs5 and JACK |
Dave Phillips wrote: > csound -+rtaudio=jack --expression-opt -odac:jrack:in -d -m0 > > But Csound responded with this error message: > > writing 2048-byte blks of shorts to dac:jrack:in > (unknown) > SECTION 1: > Allocating 262436 bytes > ftable 1: > *** jackClientActivate(): cannot connect csound5:output1 to jrack:in1 > *** real time audio output stopped Does jack_lsp list the port jrack:in1 ? ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2005-02-18 22:17 |
| From | Dave Phillips |
| Subject | Re: [Cs-dev] Cs5 and JACK |
Hi Istvan: No, it reports it as jack_rack_[pid]:in_1. Best, dp Istvan Varga wrote: > Dave Phillips wrote: > >> csound -+rtaudio=jack --expression-opt -odac:jrack:in -d -m0 >> >> But Csound responded with this error message: >> >> writing 2048-byte blks of shorts to dac:jrack:in >> (unknown) >> SECTION 1: >> Allocating 262436 bytes >> ftable 1: >> *** jackClientActivate(): cannot connect csound5:output1 to >> jrack:in1 >> *** real time audio output stopped > > > Does jack_lsp list the port jrack:in1 ? > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2005-02-18 23:53 |
| From | "Rui Nuno Capela" |
| Subject | [Cs-dev] Re: Cs5 and JACK |
> > Perhaps the aliases are only cosmetic to QJackCtl ? Yeah, you got it :) -- rncbc aka Rui Nuno Capela rncbc@rncbc.org ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |