gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 1082a89d39617ad8a61d2775bcf91ed05e4a2c75
parent 247ff16bae7789dbb271d0d20e66c8a477c94913
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 10 Aug 2024 13:22:27 +0200

smaller overall patch manager font size

Diffstat:
Msource/nord/n2x/n2xJucePlugin/n2xEditor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/nord/n2x/n2xJucePlugin/n2xEditor.cpp b/source/nord/n2x/n2xJucePlugin/n2xEditor.cpp @@ -32,7 +32,7 @@ namespace n2xJucePlugin { // Init Patch Manager const auto container = findComponent("ContainerPatchManager"); - constexpr auto scale = 1.0f; + constexpr auto scale = 0.8f; const float x = static_cast<float>(container->getX()); const float y = static_cast<float>(container->getY()); const float w = static_cast<float>(container->getWidth());