From 12865b8a679eb7f39637802174d0f93b402df2a0 Mon Sep 17 00:00:00 2001 From: John Spink Date: Wed, 3 Mar 2021 10:53:36 +0000 Subject: [PATCH] Added Visual Studio 2019 as an exporter. --- Source/UI/ReverbComponent.h | 4 ++-- tapSynth.jucer | 24 +++++++++++++++++++++++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/Source/UI/ReverbComponent.h b/Source/UI/ReverbComponent.h index 1597e22..db2f809 100644 --- a/Source/UI/ReverbComponent.h +++ b/Source/UI/ReverbComponent.h @@ -32,8 +32,8 @@ class ReverbComponent : public CustomComponent SliderWithLabel wet; SliderWithLabel freeze; - static constexpr int dialWidth = 67; - static constexpr int dialHeight = 67; + static constexpr int dialWidth = 64; + static constexpr int dialHeight = 90; JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ReverbComponent) }; diff --git a/tapSynth.jucer b/tapSynth.jucer index 5588642..775a285 100644 --- a/tapSynth.jucer +++ b/tapSynth.jucer @@ -2,7 +2,7 @@ + cppLanguageStandard="17" displaySplashScreen="1"> + + + + + + + + + + + + + + + + + + + + + @@ -101,5 +122,6 @@ +