Add mini modgui screenshot
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0b7fe21e57
commit
ed11ac5151
4 changed files with 10 additions and 4 deletions
|
@ -73,6 +73,7 @@
|
|||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cardinal-main.mod-pedal .visibility-buttons span {
|
||||
|
|
BIN
src/MOD/CardinalMini.lv2/modgui/screenshot.png
Normal file
BIN
src/MOD/CardinalMini.lv2/modgui/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
BIN
src/MOD/CardinalMini.lv2/modgui/thumbnail.png
Normal file
BIN
src/MOD/CardinalMini.lv2/modgui/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -227,6 +227,11 @@ LV2_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/modgui
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CARDINAL_VARIANT),mini)
|
||||
LV2_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/modgui/screenshot.png
|
||||
LV2_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/modgui/thumbnail.png
|
||||
endif
|
||||
|
||||
# Cardinal main variant is not available as VST2 due to lack of CV ports
|
||||
ifneq ($(CARDINAL_VARIANT),main)
|
||||
ifeq ($(MACOS),true)
|
||||
|
@ -563,6 +568,10 @@ else
|
|||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
endif
|
||||
|
||||
$(TARGET_DIR)/$(NAME).lv2/mod%: ../MOD/$(NAME).lv2/mod%
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
||||
$(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/%
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
@ -572,10 +581,6 @@ $(TARGET_DIR)/$(NAME).lv2/resources/%.svg: ../Rack/res/%.svg ../../deps/svg2stub
|
|||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)python3 ../../deps/svg2stub.py $< $@
|
||||
|
||||
$(TARGET_DIR)/$(NAME).lv2/mod%: ../MOD/$(NAME).lv2/mod%
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
||||
$(TARGET_DIR)/$(NAME).lv2/%.ttl: ../MOD/$(NAME).lv2/%.ttl
|
||||
-@mkdir -p "$(shell dirname $@)"
|
||||
$(SILENT)ln -sf $(abspath $<) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue