Skip to content

Commit 9b32812

Browse files
authored
Scope performance and external window (#26)
* Scope Resolution, line type as modulation parameter * Scope Removed flicker, plot type as parameter, antialias option * Scope Morph between line types * Scope external window * Scope build on windows * Scope additional comments * Update version to 1.1.3
1 parent d2e78e0 commit 9b32812

File tree

3 files changed

+360
-95
lines changed

3 files changed

+360
-95
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ DISTRIBUTABLES += $(wildcard LICENSE*) res
2020

2121
# If RACK_DIR is not defined when calling the Makefile, default to two levels above
2222
RACK_DIR ?= ../..
23+
include $(RACK_DIR)/arch.mk
24+
25+
ifdef ARCH_WIN
26+
LDFLAGS += -lopengl32
27+
endif
2328

2429
# Include the VCV Rack plugin Makefile framework
2530
include $(RACK_DIR)/plugin.mk

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sourceUrl": "https://github.com/david-c14/ModularFungi",
99
"donateUrl": "https://paypal.me/omricohencomposer",
1010
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md",
11-
"version": "1.1.2",
11+
"version": "1.1.3",
1212
"modules": [
1313
{
1414
"slug":"Blank1HP",

0 commit comments

Comments
 (0)