Browse Source

Fixerd defining of overlapping module name

Fixed definition of overlapping module name
pull/618/head
CV funk 1 year ago
parent
commit
1955c83ee5
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      plugins/plugins.cpp

+ 3
- 2
plugins/plugins.cpp View File

@@ -299,8 +299,9 @@ extern Model* modelTestVCF;
#include "cf/src/plugin.hpp"

// CVfunk
#define modelSteps modelCVfunkSteps
#include "CVfunk/src/plugin.hpp"
#undef modelSteps

// ChowDSP
#include "ChowDSP/src/plugin.hpp"
@@ -1834,7 +1835,7 @@ static void initStatic__CVfunk()
const StaticPluginLoader spl(p, "CVfunk");
if (spl.ok())
{
#define modelSteps modelCVfunkSteps
#define modelSteps modelCVfunkSteps
p->addModel(modelSteps);
p->addModel(modelEnvelopeArray);
p->addModel(modelPentaSequencer);


Loading…
Cancel
Save