summaryrefslogtreecommitdiff
path: root/libs/ardour/insert.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/insert.cc')
-rw-r--r--libs/ardour/insert.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/insert.cc b/libs/ardour/insert.cc
index 45aa099846..f4263099eb 100644
--- a/libs/ardour/insert.cc
+++ b/libs/ardour/insert.cc
@@ -373,7 +373,7 @@ PluginInsert::silence (jack_nframes_t nframes, jack_nframes_t offset)
}
void
-PluginInsert::run (BufferSet& bufs, jack_nframes_t nframes, jack_nframes_t offset)
+PluginInsert::run (BufferSet& bufs, jack_nframes_t start_frame, jack_nframes_t end_frame, jack_nframes_t nframes, jack_nframes_t offset)
{
if (active()) {
@@ -911,7 +911,7 @@ PortInsert::~PortInsert ()
}
void
-PortInsert::run (BufferSet& bufs, jack_nframes_t nframes, jack_nframes_t offset)
+PortInsert::run (BufferSet& bufs, jack_nframes_t start_frame, jack_nframes_t end_frame, jack_nframes_t nframes, jack_nframes_t offset)
{
if (n_outputs().get(_default_type) == 0) {
return;