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