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/send.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/send.h') diff --git a/libs/ardour/ardour/send.h b/libs/ardour/ardour/send.h index 26d0351bb2..018df96be4 100644 --- a/libs/ardour/ardour/send.h +++ b/libs/ardour/ardour/send.h @@ -45,7 +45,7 @@ class Send : public IOProcessor ChanCount output_streams() const; ChanCount input_streams () const; - 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); void activate() {} void deactivate () {} -- cgit v1.2.3