Start LSP PEQ with config file Carla/Qjackctl

All your LV2 and LADSPA goodness and more.

Moderators: MattKingUSA, khz

Post Reply
User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Start LSP PEQ with config file Carla/Qjackctl

Post by sunrat »

I'm using LSP Parametric EQ for room correction using Carla and starting it from Qjackctl "Execute script after startup" like so:

Code: Select all

carla-single lv2 http://lsp-plug.in/plugins/lv2/para_equalizer_x16_stereo & pactl load-module module-jack-sink channels=2 connect=no && a2jmidid -e &
This works perfectly except I have to load the LSP PEQ settings file after startup. I can't work out how to specify the settings file to load automatically. Any ideas?
User avatar
LAM
Established Member
Posts: 992
Joined: Thu Oct 08, 2020 3:16 pm
Has thanked: 140 times
Been thanked: 348 times

Re: Start LSP PEQ with config file Carla/Qjackctl

Post by LAM »

Hi @sunrat,
I don't know if it's possible to load automatically a config file in Carla using the LV2 version, but in the standalone it's possible:

Code: Select all

$ lsp-plugins-para-equalizer-x16-stereo --help
Usage: lsp-plugins-para-equalizer-x16-stereo [parameters]

Available parameters:
  -c, --config <file>   Load settings file on startup
  -h, --help            Output help

in mix, nobody can hear your screen

User avatar
sunrat
Established Member
Posts: 915
Joined: Wed Jul 22, 2020 2:08 pm
Has thanked: 151 times
Been thanked: 242 times

Re: Start LSP PEQ with config file Carla/Qjackctl

Post by sunrat »

LAM wrote: Wed Apr 28, 2021 1:10 pm Hi @sunrat,
I don't know if it's possible to load automatically a config file in Carla using the LV2 version, but in the standalone it's possible:
There is a standalone version?! That's much better than loading with Carla. I learn something every day.
It works! :D Thank you @LAM 8) :wink:
Post Reply