@@ -27,5 +27,6 @@ | |||||
#define DISTRHO_PLUGIN_IS_SYNTH 1 | #define DISTRHO_PLUGIN_IS_SYNTH 1 | ||||
#define DISTRHO_PLUGIN_NUM_INPUTS 0 | #define DISTRHO_PLUGIN_NUM_INPUTS 0 | ||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 | #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 | ||||
#define DISTRHO_PLUGIN_USES_MODGUI 1 | |||||
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED | #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |
@@ -14,8 +14,8 @@ | |||||
* For a full copy of the license see the LICENSE file. | * 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" | #include "DistrhoPlugin.hpp" | ||||
@@ -103,4 +103,4 @@ private: | |||||
END_NAMESPACE_DISTRHO | END_NAMESPACE_DISTRHO | ||||
#endif // DISTRHO_PLUGIN_3BANDEQ_HPP_INCLUDED | |||||
#endif // DISTRHO_PLUGIN_PROM_HPP_INCLUDED |
@@ -14,8 +14,8 @@ | |||||
* For a full copy of the license see the LICENSE file. | * 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" | #include "DistrhoUI.hpp" | ||||
@@ -60,4 +60,4 @@ private: | |||||
END_NAMESPACE_DISTRHO | END_NAMESPACE_DISTRHO | ||||
#endif // DISTRHO_UI_3BANDEQ_HPP_INCLUDED | |||||
#endif // DISTRHO_UI_PROM_HPP_INCLUDED |