mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
Process -> Audio; Layers2 -> Layers
This commit is contained in:
parent
1cbf8de4e4
commit
cd8a808c21
20 changed files with 334 additions and 414 deletions
|
|
@ -39,7 +39,7 @@ impl<E> Plugin<E> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<E> Process for Plugin<E> {
|
||||
impl<E> 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