Browse Source

Update plugins.cpp

Fixing the fix..  There was an earlier part in plugins.cpp where I also had to temp rename/unrename 'Node'.
pull/850/head
Cody Geary 6 months ago
parent
commit
bea92c20c7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      plugins/plugins.cpp

+ 2
- 0
plugins/plugins.cpp View File

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

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

// ChowDSP
#include "ChowDSP/src/plugin.hpp"


Loading…
Cancel
Save