diff --git a/dpf b/dpf index b9dcf5c..4ef494a 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit b9dcf5ca9f18801d1411525d3672628c08b84871 +Subproject commit 4ef494a62871198afd4a9de9c9f0e6ef1714fe5e diff --git a/plugins/Parameters/ExampleUIParameters.cpp b/plugins/Parameters/ExampleUIParameters.cpp index d6dd7a7..3d42bb1 100644 --- a/plugins/Parameters/ExampleUIParameters.cpp +++ b/plugins/Parameters/ExampleUIParameters.cpp @@ -42,22 +42,11 @@ public: In this example all default values are false, so we can simply zero them. */ std::memset(fParamGrid, 0, sizeof(bool)*9); - } - -protected: - /* -------------------------------------------------------------------------------------------------------- - * Init */ - /** - Set the initial UI size. - This function will be called once, shortly after the UI is created. - */ - void d_initSize(uint& width, uint& height) - { - width = kUIWidth; - height = kUIHeight; + setSize(512, 512); } +protected: /* -------------------------------------------------------------------------------------------------------- * DSP/Plugin Callbacks */