summaryrefslogtreecommitdiff
path: root/plugins/ZamEQ2/ZamEQ2Plugin.hpp
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-06-12 22:12:01 +1000
committerDamien Zammit <damien@zamaudio.com>2015-06-12 22:12:01 +1000
commit01db08471c060f17cf097ba3fafa36548dbab76c (patch)
tree4943abe9dea4f86d1a8fe1f6ed20611797a6d3a8 /plugins/ZamEQ2/ZamEQ2Plugin.hpp
parent90625790eb1007c40de3439a619c0a0e21f8e2b5 (diff)
Added new internal presets, need to activate them.
Signed-off-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'plugins/ZamEQ2/ZamEQ2Plugin.hpp')
-rw-r--r--plugins/ZamEQ2/ZamEQ2Plugin.hpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/ZamEQ2/ZamEQ2Plugin.hpp b/plugins/ZamEQ2/ZamEQ2Plugin.hpp
index 7c7b03d..2f67244 100644
--- a/plugins/ZamEQ2/ZamEQ2Plugin.hpp
+++ b/plugins/ZamEQ2/ZamEQ2Plugin.hpp
@@ -15,8 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
-#ifndef ZAMCOMPPLUGIN_HPP_INCLUDED
-#define ZAMCOMPPLUGIN_HPP_INCLUDED
+#ifndef ZAMEQ2PLUGIN_HPP_INCLUDED
+#define ZAMEQ2PLUGIN_HPP_INCLUDED
#include "DistrhoPlugin.hpp"
@@ -88,7 +88,9 @@ protected:
float d_getParameterValue(uint32_t index) const override;
void d_setParameterValue(uint32_t index, float value) override;
- void d_setProgram(uint32_t index) ;
+ void d_setProgram(uint32_t index) override;
+
+ void loadProgram(uint32_t index);
// -------------------------------------------------------------------
// Process
@@ -135,4 +137,4 @@ private:
END_NAMESPACE_DISTRHO
-#endif // ZAMCOMP_HPP_INCLUDED
+#endif // ZAMEQ2_HPP_INCLUDED