Remove todo about latency not being implemented
This commit is contained in:
parent
fa01d3bfeb
commit
cd070ad876
|
@ -84,8 +84,6 @@ pub struct Wrapper<P: ClapPlugin> {
|
|||
input_events: RwLock<VecDeque<NoteEvent>>,
|
||||
/// 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
|
||||
|
|
Loading…
Reference in a new issue