Skip to content

Commit

Permalink
Fix Fundamental wavetable modules crashing on windows 32bit
Browse files Browse the repository at this point in the history
Related to #80

Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 27, 2022
1 parent 27599a3 commit 8c4a4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Fundamental
Submodule Fundamental updated 1 files
+6 −6 src/Wavetable.hpp
2 changes: 1 addition & 1 deletion plugins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c4a4aa

Please sign in to comment.