You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1.3 Remove SLUG and VERSION from the Makefile, and remove p->slug = ... and p->version = ... from your plugin’s main .cpp file, since they are now defined in plugin.json.
RACK_DIR ?= ../..
#FLAGS += -w
# Add .cpp and .c files to the build
SOURCES = \
$(wildcard lib/oscpack/ip/*.cpp) \
$(wildcard lib/oscpack/osc/*.cpp) \
$(wildcard src/*.cpp) \
$(wildcard src/*/*.cpp) \
# Careful about linking to libraries, since you can't assume much about the user's environment and library search path.