[PlanetCCRMA] valid port for jackrec ?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Feb 16 16:19:01 2006


On Thu, 2006-02-16 at 18:10 -0600, David Slimp wrote:
> I'm trying to record some input on my Delta 1010LT using jackrec,
> but it needs a "port".
> 
> There are no docs, and google doesn't turn up anything either.
> 
> I've tried:  output1 output_1, playback_1, 1, in1, in_1, capture_1
> 
> When I run qjackctl, I see input/output connection ports such as
> capture_1, playback_1
> capture_2, playback_2
> etc

"jack_lsp", part of the jack-audio-connection-kit-example-clients
package, will list the ports for you. You will/should see something
like:

> jack_lsp
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
alsa_pcm:playback_3
alsa_pcm:playback_4
alsa_pcm:playback_5
alsa_pcm:playback_6

Those are the ports...
-- Fernando