merge with master.
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 627c8475139616f0e5a0788f3acd65a997905f34..f1c03a79d268b182efeed5ebe681b0fdc0778485 100644 (file)
@@ -177,7 +177,7 @@ class LIBARDOUR_API PluginInsert : public Processor
        /** details of the match currently being used */
        Match _match;
 
-       void automation_run (BufferSet& bufs, pframes_t nframes);
+       void automation_run (BufferSet& bufs, framepos_t start, pframes_t nframes);
        void connect_and_run (BufferSet& bufs, pframes_t nframes, framecnt_t offset, bool with_auto, framepos_t now = 0);
 
        void create_automatable_parameters ();