[PlanetCCRMA] meterbridge shorthand?

Steve Harris S.W.Harris@ecs.soton.ac.uk
Thu Aug 7 12:42:01 2003


On Thu, Aug 07, 2003 at 12:28:38PM -0700, Mark Knecht wrote:
> Hi,
>    Does anyone know of a shorthand way of telling meterbridge that I
> want to hook up a bunch of sequential inputs? I'm currently typing the
> whole list:
> 
> meterbridge -t dpm alsa_pcm:capture_1 alsa_pcm:capture_2 

how about:
meterbridge -t dpm `jack_lsp | grep capture`

not execatly elegant though. I could probably implement
meterbridge -t dpm 'alsa_pcm:capture_*' quite easily though.

- Steve