mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add AsyncExecutor support to ProcessContext
This commit is contained in:
@@ -132,7 +132,7 @@ impl Plugin for Stft {
|
||||
&mut self,
|
||||
buffer: &mut Buffer,
|
||||
_aux: &mut AuxiliaryBuffers,
|
||||
_context: &mut impl ProcessContext,
|
||||
_context: &mut impl ProcessContext<Self>,
|
||||
) -> ProcessStatus {
|
||||
self.stft
|
||||
.process_overlap_add(buffer, 1, |_channel_idx, real_fft_buffer| {
|
||||
|
||||
Reference in New Issue
Block a user