1
0
Fork 0

Enable sample accurate automation in Diopser

This commit is contained in:
Robbert van der Helm 2022-03-10 20:32:36 +01:00
parent 48ff012cea
commit 1559afe080

View file

@ -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()
}