Refresh default template, add fx and synth variants of those

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-04 17:31:15 +01:00
parent 3318ae17d0
commit 9d89f16e54
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 485 additions and 22 deletions

View file

@ -272,7 +272,9 @@ all: lv2 vst2 vst3 static
endif
CORE_RESOURCES = $(subst ../Rack/res/,,$(wildcard ../Rack/res/ComponentLibrary/*.svg ../Rack/res/fonts/*.ttf))
CORE_RESOURCES += template.vcv
CORE_RESOURCES += $(subst ../,,$(wildcard ../template*.vcv))
$(error $(CORE_RESOURCES))
LV2_RESOURCES = $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).lv2/resources/%)
VST3_RESOURCES = $(CORE_RESOURCES:%=$(TARGET_DIR)/$(NAME).vst3/Contents/Resources/%)