Browse Source

Update DPF based plugins (only minor misc changes)

tags/1.9.7
falkTX 9 years ago
parent
commit
f8933f9755
3 changed files with 7 additions and 6 deletions
  1. +1
    -0
      source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h
  2. +3
    -3
      source/native-plugins/distrho-prom/DistrhoPluginProM.hpp
  3. +3
    -3
      source/native-plugins/distrho-prom/DistrhoUIProM.hpp

+ 1
- 0
source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h View File

@@ -27,5 +27,6 @@
#define DISTRHO_PLUGIN_IS_SYNTH 1
#define DISTRHO_PLUGIN_NUM_INPUTS 0
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1
#define DISTRHO_PLUGIN_USES_MODGUI 1

#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

+ 3
- 3
source/native-plugins/distrho-prom/DistrhoPluginProM.hpp View File

@@ -14,8 +14,8 @@
* For a full copy of the license see the LICENSE file.
*/
#ifndef DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#define DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#ifndef DISTRHO_PLUGIN_PROM_HPP_INCLUDED
#define DISTRHO_PLUGIN_PROM_HPP_INCLUDED
#include "DistrhoPlugin.hpp"
@@ -103,4 +103,4 @@ private:
END_NAMESPACE_DISTRHO
#endif // DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED
#endif // DISTRHO_PLUGIN_PROM_HPP_INCLUDED

+ 3
- 3
source/native-plugins/distrho-prom/DistrhoUIProM.hpp View File

@@ -14,8 +14,8 @@
* For a full copy of the license see the LICENSE file.
*/

#ifndef DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#define DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#ifndef DISTRHO_UI_PROM_HPP_INCLUDED
#define DISTRHO_UI_PROM_HPP_INCLUDED

#include "DistrhoUI.hpp"

@@ -60,4 +60,4 @@ private:

END_NAMESPACE_DISTRHO

#endif // DISTRHO_UI_3BANDEQ_HPP_INCLUDED
#endif // DISTRHO_UI_PROM_HPP_INCLUDED

Loading…
Cancel
Save