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:
@@ -228,7 +228,7 @@ impl Plugin for Crossover {
|
||||
&mut self,
|
||||
buffer: &mut Buffer,
|
||||
aux: &mut AuxiliaryBuffers,
|
||||
context: &mut impl ProcessContext,
|
||||
context: &mut impl ProcessContext<Self>,
|
||||
) -> ProcessStatus {
|
||||
// Right now both crossover types only do 24 dB/octave Linkwitz-Riley style crossovers
|
||||
match self.params.crossover_type.value() {
|
||||
|
||||
Reference in New Issue
Block a user