mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Add AsyncExecutor support to InitContext
This commit is contained in:
@@ -172,7 +172,7 @@ impl Plugin for SafetyLimiter {
|
||||
&mut self,
|
||||
_bus_config: &BusConfig,
|
||||
buffer_config: &BufferConfig,
|
||||
_context: &mut impl InitContext,
|
||||
_context: &mut impl InitContext<Self>,
|
||||
) -> bool {
|
||||
self.buffer_config = *buffer_config;
|
||||
self.morse_fadeout_samples_start =
|
||||
|
||||
Reference in New Issue
Block a user