summaryrefslogtreecommitdiff
path: root/pluginvst.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluginvst.h')
-rw-r--r--pluginvst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pluginvst.h b/pluginvst.h
index 8e7334e..d4bd1a5 100644
--- a/pluginvst.h
+++ b/pluginvst.h
@@ -43,6 +43,10 @@ class PluginVST
, public AudioEffectX
{
public:
+ //! Call this to set up number of inputs/outpus, unique id etc...
+ //! IMPORTANT: This must be called form the constructor.
+ void init() override;
+
//! Get current free-wheel mode.
bool getFreeWheel() const override;