Add AmalgamatedHarmonics; Make UI resizable

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-19 12:47:29 +01:00
parent 23f0966be0
commit 9b872dfd50
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 55 additions and 4 deletions

View file

@ -68,6 +68,9 @@ public:
fContext(getRackContextFromPlugin(getPluginInstancePointer())),
fResizeHandle(this)
{
if (isResizable())
fResizeHandle.hide();
const ScopedContext sc(this);
fContext->event = new rack::widget::EventState;

View file

@ -30,7 +30,7 @@
// #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin"
// #define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer"
#define DISTRHO_UI_USE_NANOVG 1
#define DISTRHO_UI_USER_RESIZABLE 0
#define DISTRHO_UI_USER_RESIZABLE 1
enum Parameters {
kParameterCount