CMake options for forcing use of NAM Core for LSTM or WaveNet

This commit is contained in:
Mike Oliphant
2024-11-14 07:47:52 -08:00
parent 5dd03764c5
commit 3f5872cc78
3 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -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>();