mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-06-17 08:54:00 +02:00
Smart bypass on silence
This commit is contained in:
@@ -120,5 +120,8 @@ namespace NAM {
|
||||
float inputLevel = 0;
|
||||
float outputLevel = 0;
|
||||
int32_t maxBufferSize = 512;
|
||||
float bypassThresholdLinear = 0;
|
||||
uint32_t silentSamples = 0;
|
||||
bool smartBypassed = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user