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 @@ +