Browse Source

Fix Fundamental wavetable modules crashing on windows 32bit

Related to #80

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX 2 years ago
parent
commit
8c4a4aa776
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      plugins/Fundamental
  2. +1
    -1
      plugins/Makefile

+ 1
- 1
plugins/Fundamental

@@ -1 +1 @@
Subproject commit 3ceb5621c77ef69bda02fe62d702eae354a7af6f
Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22

+ 1
- 1
plugins/Makefile View File

@@ -1041,7 +1041,7 @@ clean:
# --------------------------------------------------------------

ifeq ($(NOPLUGINS),true)
PLUGIN_LIST = Cardinal
PLUGIN_LIST = Cardinal Fundamental
else
PLUGIN_LIST = $(subst /plugin.json,,$(wildcard */plugin.json))
endif


Loading…
Cancel
Save