DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit c3796f9a79d550c0e1b1be3f22635b2c8a23ec28
parent e623a70ac8313de9c8a48eba56b7d1c0aca35058
Author: falkTX <falktx@falktx.com>
Date:   Mon, 28 Mar 2022 20:43:30 +0100

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mexamples/States/ExamplePluginStates.cpp | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/examples/States/ExamplePluginStates.cpp b/examples/States/ExamplePluginStates.cpp @@ -105,11 +105,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. */ @@ -181,12 +176,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. */