From f8933f9755f4752b2bc1ffd4e5c708b6628bfa9a Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 5 Mar 2016 18:34:58 +0100 Subject: [PATCH] Update DPF based plugins (only minor misc changes) --- source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h | 1 + source/native-plugins/distrho-prom/DistrhoPluginProM.hpp | 6 +++--- source/native-plugins/distrho-prom/DistrhoUIProM.hpp | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h b/source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h index 20ffdbf97..9c90f7ac7 100644 --- a/source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h +++ b/source/native-plugins/distrho-nekobi/DistrhoPluginInfo.h @@ -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 diff --git a/source/native-plugins/distrho-prom/DistrhoPluginProM.hpp b/source/native-plugins/distrho-prom/DistrhoPluginProM.hpp index 1cb7ddc91..4ba16e8b7 100644 --- a/source/native-plugins/distrho-prom/DistrhoPluginProM.hpp +++ b/source/native-plugins/distrho-prom/DistrhoPluginProM.hpp @@ -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 diff --git a/source/native-plugins/distrho-prom/DistrhoUIProM.hpp b/source/native-plugins/distrho-prom/DistrhoUIProM.hpp index 2ce702bcf..a3c340579 100644 --- a/source/native-plugins/distrho-prom/DistrhoUIProM.hpp +++ b/source/native-plugins/distrho-prom/DistrhoUIProM.hpp @@ -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