mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-08 04:20:10 +02:00
Move fast tanh enable call to static plugin init
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
@@ -11,9 +11,6 @@
|
||||
namespace NAM {
|
||||
Plugin::Plugin()
|
||||
{
|
||||
// Turn on fast tanh approximation
|
||||
activations::Activation::enable_fast_tanh();
|
||||
|
||||
// prevent allocations on the audio thread
|
||||
currentModelPath.reserve(MAX_FILE_NAME+1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user