Browse Source

Fix text offset in some areas, cleanup

tags/22.02
falkTX 3 years ago
parent
commit
9bd0d805fd
4 changed files with 4 additions and 5 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      dpf
  3. +0
    -1
      src/CardinalModuleWidget.cpp
  4. +2
    -2
      src/Makefile.cardinal.mk

+ 1
- 1
Makefile View File

@@ -106,7 +106,7 @@ endif

dgl:
ifneq ($(HEADLESS),true)
$(MAKE) -C dpf/dgl opengl USE_NANOVG_FBO=true
$(MAKE) -C dpf/dgl opengl NVG_DISABLE_SKIPPING_WHITESPACE=true USE_NANOVG_FBO=true
endif

plugins: deps


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit ef69eba593298b90eb433493470a1ba4c0f1c0bf
Subproject commit 86b8a102bb0ec78fbd072a01ceebe904d29283e7

+ 0
- 1
src/CardinalModuleWidget.cpp View File

@@ -39,7 +39,6 @@
#include <ui/MenuSeparator.hpp>
#include <asset.hpp>
#include <context.hpp>
#include <helpers.hpp>
#include <system.hpp>

namespace rack {


+ 2
- 2
src/Makefile.cardinal.mk View File

@@ -239,7 +239,7 @@ BUILD_CXX_FLAGS += -DCARDINAL_PLUGIN_PREFIX='"$(PREFIX)"'

ifeq ($(NAME),CardinalFX)

all: jack vst2 lv2 shared resources
all: jack vst2 lv2 resources

CORE_RESOURCES = $(filter-out icon.png,$(subst ../Rack/res/,,$(wildcard ../Rack/res/*))) template.vcv

@@ -256,7 +256,7 @@ else # CardinalFX
ifeq ($(NAME),Cardinal)
all: jack lv2 vst3 resources
else
all: jack lv2 vst2 vst3 shared resources
all: jack lv2 vst2 vst3 resources
endif

PLUGIN_RESOURCES += $(TARGET_DIR)/$(NAME).lv2/resources


Loading…
Cancel
Save