mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
wip: AudioEngine pt.2 (rewrite activation sanely)
This commit is contained in:
parent
2303b258f6
commit
746e29aeb3
8 changed files with 104 additions and 106 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue