Optimize plugin-processing for non-automated params
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 30dd04057a2402f616bdecde7159661e0f09a6bf..64b2bd875d21353b069259071f4e3edc1575a13d 100644 (file)
@@ -79,7 +79,7 @@ public:
 
        bool write_immediate_event (size_t size, const uint8_t* buf);
 
-       void automation_run (samplepos_t, pframes_t);
+       void automation_run (samplepos_t, pframes_t, bool only_active = false);
        bool find_next_event (double, double, Evoral::ControlEvent&, bool only_active = true) const;
 
        int set_block_size (pframes_t nframes);