mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-14 12:30:01 +02:00
Switch to NeuralAudio for model handling
This commit is contained in:
@@ -95,9 +95,6 @@ static const LV2_Descriptor descriptor =
|
||||
LV2_SYMBOL_EXPORT const LV2_Descriptor* lv2_descriptor(uint32_t index)
|
||||
{
|
||||
if (index == 0) {
|
||||
// Turn on fast tanh approximation
|
||||
nam::activations::Activation::enable_fast_tanh();
|
||||
|
||||
return &descriptor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user