mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: refresh mixer components
This commit is contained in:
parent
1dbc5d1bb7
commit
bc679ef8bd
16 changed files with 296 additions and 287 deletions
|
|
@ -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)
|
||||
})?)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue