wip: AudioEngine pt.2 (rewrite activation sanely)

This commit is contained in:
🪞👃🪞 2024-11-03 04:43:50 +02:00
parent 2303b258f6
commit 746e29aeb3
8 changed files with 104 additions and 106 deletions

View file

@ -42,7 +42,7 @@ impl Plugin<Tui> {
}
}
impl<E> Audio for Plugin<E> {
impl<E: Send + Sync> Audio for Plugin<E> {
fn process (&mut self, _: &Client, scope: &ProcessScope) -> Control {
match self.plugin.as_mut() {
Some(PluginKind::LV2(LV2Plugin {