mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-06-16 08:23:58 +02:00
CMake options for forcing use of NAM Core for LSTM or WaveNet
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
||||
#include "nam_plugin.h"
|
||||
|
||||
// LV2 Functions
|
||||
static LV2_Handle instantiate(const LV2_Descriptor*, double rate, const char*, const LV2_Feature* const* features
|
||||
) {
|
||||
static LV2_Handle instantiate(const LV2_Descriptor*, double rate, const char*, const LV2_Feature* const* features)
|
||||
{
|
||||
try
|
||||
{
|
||||
auto nam = std::make_unique<NAM::Plugin>();
|
||||
|
||||
Reference in New Issue
Block a user