1
0
Fork 0

Remove todo about latency not being implemented

This commit is contained in:
Robbert van der Helm 2022-03-03 14:42:17 +01:00
parent fa01d3bfeb
commit cd070ad876

View file

@ -84,8 +84,6 @@ pub struct Wrapper<P: ClapPlugin> {
input_events: RwLock<VecDeque<NoteEvent>>, input_events: RwLock<VecDeque<NoteEvent>>,
/// The current latency in samples, as set by the plugin through the [ProcessContext]. uses the /// The current latency in samples, as set by the plugin through the [ProcessContext]. uses the
/// latency extnesion /// latency extnesion
///
/// TODO: Implement the latency extension.
pub current_latency: AtomicU32, pub current_latency: AtomicU32,
/// Contains slices for the plugin's outputs. You can't directly create a nested slice form /// 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 /// apointer to pointers, so this needs to be preallocated in the setup call and kept around