summaryrefslogtreecommitdiff
path: root/plugins/ZamVerb/ZamVerbPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamVerb/ZamVerbPlugin.hpp')
-rw-r--r--plugins/ZamVerb/ZamVerbPlugin.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ZamVerb/ZamVerbPlugin.hpp b/plugins/ZamVerb/ZamVerbPlugin.hpp
index f110bdb..a2c94c7 100644
--- a/plugins/ZamVerb/ZamVerbPlugin.hpp
+++ b/plugins/ZamVerb/ZamVerbPlugin.hpp
@@ -115,8 +115,8 @@ protected:
void run(const float** inputs, float** outputs, uint32_t frames) override;
LV2convolv *clv[2];
- uint8_t swap;
- uint32_t bufsize_old;
+ int8_t swap;
+ int8_t active;
// -------------------------------------------------------------------
float **tmpouts;