wip: refresh mixer components

This commit is contained in:
🪞👃🪞 2024-11-04 21:01:16 +02:00
parent 1dbc5d1bb7
commit bc679ef8bd
16 changed files with 296 additions and 287 deletions

View file

@ -14,6 +14,7 @@ impl SamplerCli {
let mut plugin = Sampler::new(
jack,
self.name.as_ref().map(|x|x.as_str()).unwrap_or("mixer"),
None,
)?;
Ok(plugin)
})?)?;