Carla icon indicating copy to clipboard operation
Carla copied to clipboard

Start Carla and connects input/output automatically

Open buscon opened this issue 3 years ago • 2 comments

hi everyone,

I saved a Carla file with an EQ plugin that I would like to use on my master channel. I would like to start Carla with this saved session and let Carla autoconnect to the input/output of the Jack routing. Is there a way to do that? maybe with the --cnprefix option?

Right now I start Carla from the command line like this: $carla path_to_my_saved_session.carxp but the plugin of this Carla session is not connected in the Jack patchbay (Claudia for example).

buscon avatar Jan 20 '22 11:01 buscon

You might want to look at session management solutions that save connections, like Agordejo or RaySession, or there are various apps that just save JACK connection state or can use rules to establish connections when certain apps start.

mxmilkiib avatar Jan 20 '22 11:01 mxmilkiib

On Pipewire you could create a 'Nullsink' (dummy/loopback node) and define that as your default audio device (default sink) so apps automatically connect to it. You can also create multiple nullsinks and assign them to different apps for parallel audiographs..

Alternatively, on ALSA there are 'loopback' devices as well (snd-aloop).

nullsink

BlueMax avatar Jan 22 '22 19:01 BlueMax