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/audio_port.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/audio_port.h') diff --git a/libs/ardour/ardour/audio_port.h b/libs/ardour/ardour/audio_port.h index ffd1f8d9b0..1d107dfe73 100644 --- a/libs/ardour/ardour/audio_port.h +++ b/libs/ardour/ardour/audio_port.h @@ -41,11 +41,11 @@ class AudioPort : public Port size_t raw_buffer_size (pframes_t nframes) const; - Buffer& get_buffer (framecnt_t nframes) { + Buffer& get_buffer (pframes_t nframes) { return get_audio_buffer (nframes); } - AudioBuffer& get_audio_buffer (framecnt_t nframes); + AudioBuffer& get_audio_buffer (pframes_t nframes); protected: friend class AudioEngine; -- cgit v1.2.3