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