Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/330/head
falkTX 3 years ago
parent
commit
b84abed238
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 9 deletions
  1. +2
    -9
      distrho/DistrhoInfo.hpp

+ 2
- 9
distrho/DistrhoInfo.hpp View File

@@ -106,13 +106,6 @@ START_NAMESPACE_DISTRHO
return d_cconst('M', 'u', 't', 'e');
}

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


Loading…
Cancel
Save