-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
2,037 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/build | ||
/dist | ||
/plugin.dylib | ||
/plugin.dll | ||
/plugin.so | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# If RACK_DIR is not defined when calling the Makefile, default to two directories above | ||
RACK_DIR ?= ../.. | ||
|
||
# FLAGS will be passed to both the C and C++ compiler | ||
FLAGS += | ||
CFLAGS += | ||
CXXFLAGS += | ||
|
||
# Careful about linking to shared libraries, since you can't assume much about the user's environment and library search path. | ||
# Static libraries are fine, but they should be added to this plugin's build system. | ||
LDFLAGS += | ||
|
||
# Add .cpp files to the build | ||
SOURCES += $(wildcard src/*.cpp) | ||
|
||
# Add files to the ZIP package when running `make dist` | ||
# The compiled plugin and "plugin.json" are automatically added. | ||
DISTRIBUTABLES += res | ||
DISTRIBUTABLES += $(wildcard LICENSE*) | ||
|
||
# Include the Rack plugin Makefile framework | ||
include $(RACK_DIR)/plugin.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"slug": "cvly", | ||
"name": "cvly", | ||
"version": "1.0.0", | ||
"license": "GPL-3.0-or-later", | ||
"brand": "cvly", | ||
"author": "Benja Appel", | ||
"authorEmail": "[email protected]", | ||
"authorUrl": "", | ||
"pluginUrl": "", | ||
"manualUrl": "", | ||
"sourceUrl": "", | ||
"donateUrl": "", | ||
"changelogUrl": "", | ||
"modules": [ | ||
{ | ||
"slug": "ntrvlc", | ||
"name": "ntrvlc", | ||
"description": "\u001b[B\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[3~\u001b[3~\u001b[3~\u001b[3~\u001b[C\u001busing semitone intervals to create up to 4 voices", | ||
"tags": [ | ||
"quantizer", | ||
"poly", | ||
"sequencer" | ||
] | ||
}, | ||
{ | ||
"slug": "stpr", | ||
"name": "stpr", | ||
"description": "8-step sequencer with individual switches s\u001b[C\u001b[C\u001b for each step\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[Dly triggered switches for each step", | ||
"tags": [ | ||
"sequencer" | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.