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:
@@ -104,7 +104,7 @@ impl Plugin for Gain {
|
||||
&mut self,
|
||||
_bus_config: &BusConfig,
|
||||
buffer_config: &BufferConfig,
|
||||
_context: &mut impl InitContext,
|
||||
_context: &mut impl InitContext<Self>,
|
||||
) -> bool {
|
||||
// After `PEAK_METER_DECAY_MS` milliseconds of pure silence, the peak meter's value should
|
||||
// have dropped by 12 dB
|
||||
|
||||
Reference in New Issue
Block a user