From cd070ad876cb9d4537174c1217df39834e5ec33d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 3 Mar 2022 14:42:17 +0100 Subject: [PATCH] Remove todo about latency not being implemented --- src/wrapper/clap/plugin.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wrapper/clap/plugin.rs b/src/wrapper/clap/plugin.rs index 0e5c3a9a..f0d60db7 100644 --- a/src/wrapper/clap/plugin.rs +++ b/src/wrapper/clap/plugin.rs @@ -84,8 +84,6 @@ pub struct Wrapper { input_events: RwLock>, /// The current latency in samples, as set by the plugin through the [ProcessContext]. uses the /// latency extnesion - /// - /// TODO: Implement the latency extension. pub current_latency: AtomicU32, /// Contains slices for the plugin's outputs. You can't directly create a nested slice form /// apointer to pointers, so this needs to be preallocated in the setup call and kept around