Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX 3 years ago
parent
commit
c3796f9a79
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      examples/States/ExamplePluginStates.cpp

+ 0
- 11
examples/States/ExamplePluginStates.cpp View File

@@ -104,11 +104,6 @@ The plugin will be treated as an effect, but it will not change the host audio."
/* --------------------------------------------------------------------------------------------------------
* Init */
/**
This plugin has no parameters.
*/
void initParameter(uint32_t, Parameter&) override {}
/**
Set the name of the program @a index.
This function will be called once, shortly after the plugin is created.
@@ -180,12 +175,6 @@ The plugin will be treated as an effect, but it will not change the host audio."
/* --------------------------------------------------------------------------------------------------------
* Internal data */
/**
This plugin has no parameters..
*/
void setParameterValue(uint32_t, float) override {}
float getParameterValue(uint32_t) const override { return 0.0f; }
/**
Load a program.
The host may call this function from any context, including realtime processing.


Loading…
Cancel
Save