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.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libs/ardour/ardour/io.h') diff --git a/libs/ardour/ardour/io.h b/libs/ardour/ardour/io.h index 8a3884b95f..90544450ef 100644 --- a/libs/ardour/ardour/io.h +++ b/libs/ardour/ardour/io.h @@ -90,6 +90,7 @@ class IO : public SessionObject, public Latent bool set_name (const std::string& str); virtual void silence (framecnt_t); + void increment_port_buffer_offset (pframes_t offset); int ensure_io (ChanCount cnt, bool clear, void *src); @@ -111,9 +112,6 @@ class IO : public SessionObject, public Latent framecnt_t signal_latency () const { return _own_latency; } framecnt_t latency () const; - void set_port_latency (framecnt_t); - - void update_port_total_latencies (); PortSet& ports() { return _ports; } const PortSet& ports() const { return _ports; } -- cgit v1.2.3