Add AmalgamatedHarmonics; Make UI resizable
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
23f0966be0
commit
9b872dfd50
7 changed files with 55 additions and 4 deletions
|
@ -68,6 +68,9 @@ public:
|
|||
fContext(getRackContextFromPlugin(getPluginInstancePointer())),
|
||||
fResizeHandle(this)
|
||||
{
|
||||
if (isResizable())
|
||||
fResizeHandle.hide();
|
||||
|
||||
const ScopedContext sc(this);
|
||||
|
||||
fContext->event = new rack::widget::EventState;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue