Enable sample accurate automation in Diopser
This commit is contained in:
parent
48ff012cea
commit
1559afe080
|
@ -234,6 +234,8 @@ impl Plugin for Diopser {
|
|||
const DEFAULT_NUM_INPUTS: u32 = 2;
|
||||
const DEFAULT_NUM_OUTPUTS: u32 = 2;
|
||||
|
||||
const SAMPLE_ACCURATE_AUTOMATION: bool = true;
|
||||
|
||||
fn params(&self) -> Pin<&dyn Params> {
|
||||
self.params.as_ref()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue