aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/src/Average/Average.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LV2/src/Average/Average.h')
-rw-r--r--plugins/LV2/src/Average/Average.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/LV2/src/Average/Average.h b/plugins/LV2/src/Average/Average.h
index e7bc673..9c35897 100644
--- a/plugins/LV2/src/Average/Average.h
+++ b/plugins/LV2/src/Average/Average.h
@@ -7,6 +7,7 @@ class Average : public LV2Plugin<2> {
public:
Average(double rate);
+ void activate() override;
void run(uint32_t num_samples);
static constexpr const char * URI = "https://www.airwindows.com/average";