From 9e6dbac98ab9cd9f92a2700d783a935fb8828d87 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 20 Mar 2016 09:18:53 +0100 Subject: Move VST setup code to init function. --- plugin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin.h') diff --git a/plugin.h b/plugin.h index 0c58771..7864bb9 100644 --- a/plugin.h +++ b/plugin.h @@ -39,6 +39,9 @@ public: //! Implement this to create a new plugin instance. static Plugin* create(); + //! Init function for setting up plugin parameters. + virtual void init() = 0; + //! Get current free-wheel mode. virtual bool getFreeWheel() const = 0; -- cgit v1.2.3