Skip to content

Commit

Permalink
Scope performance and external window (#26)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
curlymorphic authored Aug 5, 2020
1 parent d2e78e0 commit 9b32812
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 95 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ DISTRIBUTABLES += $(wildcard LICENSE*) res

# If RACK_DIR is not defined when calling the Makefile, default to two levels above
RACK_DIR ?= ../..
include $(RACK_DIR)/arch.mk

ifdef ARCH_WIN
LDFLAGS += -lopengl32
endif

# Include the VCV Rack plugin Makefile framework
include $(RACK_DIR)/plugin.mk
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceUrl": "https://github.com/david-c14/ModularFungi",
"donateUrl": "https://paypal.me/omricohencomposer",
"manualUrl": "https://github.com/david-c14/ModularFungi/blob/master/README.md",
"version": "1.1.2",
"version": "1.1.3",
"modules": [
{
"slug":"Blank1HP",
Expand Down
Loading

0 comments on commit 9b32812

Please sign in to comment.