Browse Source

Fix for updated DPF

pull/2/head
falkTX 10 years ago
parent
commit
65f013cf89
2 changed files with 3 additions and 14 deletions
  1. +1
    -1
      dpf
  2. +2
    -13
      plugins/Parameters/ExampleUIParameters.cpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit b9dcf5ca9f18801d1411525d3672628c08b84871
Subproject commit 4ef494a62871198afd4a9de9c9f0e6ef1714fe5e

+ 2
- 13
plugins/Parameters/ExampleUIParameters.cpp View File

@@ -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 */



Loading…
Cancel
Save