From a1052b0eca7bdc8ec1e3ac2996cd16bb48e2a6d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jul 2007 22:32:28 +0000 Subject: Changed Processor interface to support out-of-place processors, for Panner. git-svn-id: svn://localhost/ardour2/trunk@2106 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/port_insert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/port_insert.h') diff --git a/libs/ardour/ardour/port_insert.h b/libs/ardour/ardour/port_insert.h index 619e2e5bd2..114d196750 100644 --- a/libs/ardour/ardour/port_insert.h +++ b/libs/ardour/ardour/port_insert.h @@ -52,7 +52,7 @@ class PortInsert : public IOProcessor void init (); - void run (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset); + void run_in_place (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset); nframes_t signal_latency() const; -- cgit v1.2.3