From 28368793415ba934132994d8c10a5e149c1a8d9d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 23 Apr 2009 17:48:37 +0000 Subject: remove offset from process callback tree. some breakage may have occured. yes, really. git-svn-id: svn://localhost/ardour2/branches/3.0@4999 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/io_processor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/io_processor.cc') diff --git a/libs/ardour/io_processor.cc b/libs/ardour/io_processor.cc index 0210f1d2d4..53ad91b9bf 100644 --- a/libs/ardour/io_processor.cc +++ b/libs/ardour/io_processor.cc @@ -117,9 +117,9 @@ IOProcessor::set_state (const XMLNode& node) } void -IOProcessor::silence (nframes_t nframes, nframes_t offset) +IOProcessor::silence (nframes_t nframes) { - _io->silence(nframes, offset); + _io->silence (nframes); } ChanCount -- cgit v1.2.3