mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-18 01:13:55 +02:00
[yabridgectl] Add support for CLAP plugins
CLAP support in yabridge itself has barely started at this point, but having yabridgectl up and running in advance seems useful.
This commit is contained in:
@@ -63,7 +63,7 @@ fn main() -> Result<()> {
|
||||
.display_order(1)
|
||||
.arg(
|
||||
Arg::new("path")
|
||||
.help("Path to a directory containing Windows VST2 or VST3 plugins")
|
||||
.help("Path to a directory containing Windows VST2, VST3, or CLAP plugins")
|
||||
.validator(validate_directory)
|
||||
.takes_value(true)
|
||||
.required(true),
|
||||
@@ -134,8 +134,8 @@ fn main() -> Result<()> {
|
||||
)
|
||||
.long_help(
|
||||
"Path to the directory containing \
|
||||
'libyabridge-chainloader-{clap,vst2,vst3}.so'. If this is not set, then \
|
||||
yabridgectl will look in both '/usr/lib' and \
|
||||
'libyabridge-chainloader-{clap,vst2,vst3}.so'. If this is not set, \
|
||||
then yabridgectl will look in both '/usr/lib' and \
|
||||
'~/.local/share/yabridge' by default.",
|
||||
)
|
||||
.validator(validate_path)
|
||||
|
||||
Reference in New Issue
Block a user