From 8c4a4aa7763b43535f4aec0b97cf20c1e9ec0fd1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 27 Jun 2022 19:25:28 +0100 Subject: [PATCH] Fix Fundamental wavetable modules crashing on windows 32bit Related to #80 Signed-off-by: falkTX --- plugins/Fundamental | 2 +- plugins/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Fundamental b/plugins/Fundamental index 3ceb562..634350a 160000 --- a/plugins/Fundamental +++ b/plugins/Fundamental @@ -1 +1 @@ -Subproject commit 3ceb5621c77ef69bda02fe62d702eae354a7af6f +Subproject commit 634350a8f066467b24b70f745a9c4a2a921a0f22 diff --git a/plugins/Makefile b/plugins/Makefile index b87b8f8..5249cc7 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -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