From d155f32039570e9e0cde11b42e395ca2bcc89ffd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Mar 2011 02:55:52 +0000 Subject: sorta-kinda working latency compensation, latency reporting and capture alignment ... working except that we report the wrong information to JACK and i've noticed a couple of odd circumstances where turning on a latent plugin caused punch recording to fail git-svn-id: svn://localhost/ardour2/branches/3.0@9121 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/io_processor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/io_processor.h') diff --git a/libs/ardour/ardour/io_processor.h b/libs/ardour/ardour/io_processor.h index cb80b74351..40a974156c 100644 --- a/libs/ardour/ardour/io_processor.h +++ b/libs/ardour/ardour/io_processor.h @@ -65,6 +65,8 @@ class IOProcessor : public Processor void silence (framecnt_t nframes); void disconnect (); + void increment_port_buffer_offset (pframes_t); + virtual bool feeds (boost::shared_ptr other) const; PBD::Signal2 AutomationPlaybackChanged; -- cgit v1.2.3