Browse Source

Merge b33c793b64 into 462a519663

pull/867/merge
rl2939 GitHub 6 days ago
parent
commit
6d773d5045
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      plugins/Makefile
  2. +3
    -1
      plugins/plugins.cpp

+ 1
- 1
plugins/Makefile View File

@@ -405,7 +405,7 @@ ARIA_CUSTOM = Blank
# --------------------------------------------------------------
# AS

PLUGIN_FILES += $(filter-out AS/src/AS.cpp,$(wildcard AS/src/*.cpp))
PLUGIN_FILES += $(filter-out AS/src/AS.cpp AS/src/BlankPanelSpecial.cpp,$(wildcard AS/src/*.cpp))
PLUGIN_FILES += AS/freeverb/revmodel.cpp

# modules/types which are present in other plugins


+ 3
- 1
plugins/plugins.cpp View File

@@ -1506,7 +1506,9 @@ static void initStatic__AS()
p->addModel(modelBlankPanel4);
p->addModel(modelBlankPanel6);
p->addModel(modelBlankPanel8);
p->addModel(modelBlankPanelSpecial);

//Copyright Violation
spl.removeModule("BlankPanelSpecial");
#undef modelADSR
#undef modelVCA
#undef modelWaveShaper


Loading…
Cancel
Save