commit b84abed238d11fde5d73d88f27f9ccb4b5fdb971
parent 1d234f776973c6386d545afc4d45a8e7737eb776
Author: falkTX <falktx@falktx.com>
Date: Wed, 22 Sep 2021 13:17:24 +0100
Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/distrho/DistrhoInfo.hpp b/distrho/DistrhoInfo.hpp
@@ -107,13 +107,6 @@ START_NAMESPACE_DISTRHO
}
/* ----------------------------------------------------------------------------------------
- * This example has no parameters, so skip parameter stuff */
-
- void initParameter(uint32_t, Parameter&) override {}
- float getParameterValue(uint32_t) const override { return 0.0f; }
- void setParameterValue(uint32_t, float) override {}
-
- /* ----------------------------------------------------------------------------------------
* Audio/MIDI Processing */
/**
@@ -637,8 +630,8 @@ START_NAMESPACE_DISTRHO
C Macros to customize DPF behaviour.
- These are macros that do not set plugin features or information, but instead change DPF internals.@n
- They are all optional, none are enabled by default.
+ These are macros that do not set plugin features or information, but instead change DPF internals.
+ They are all optional.
Unless stated otherwise, values are assumed to be a simple/empty define.
@{