summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/track.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-25 20:09:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-25 20:09:17 +0000
commit58ded03f8f5a9036e2b8263286261021eceb1ea2 (patch)
tree48891522b15d2cac93a19f11276cec7668f0739a /libs/ardour/ardour/track.h
parent129ac54a57d2e68edcea16659c169d994dfba140 (diff)
3.X version of earlier major fix to 2.X: Route::check_initial_delay() should be virtual and do nothing for busses
git-svn-id: svn://localhost/ardour2/branches/3.0@10123 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/track.h')
-rw-r--r--libs/ardour/ardour/track.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/track.h b/libs/ardour/ardour/track.h
index d245977978..6e7d9ae1e5 100644
--- a/libs/ardour/ardour/track.h
+++ b/libs/ardour/ardour/track.h
@@ -208,6 +208,8 @@ class Track : public Route, public PublicDiskstream
virtual bool send_silence () const;
boost::shared_ptr<RecEnableControllable> _rec_enable_control;
+
+ framecnt_t check_initial_delay (framecnt_t nframes, framecnt_t&);
private:
void diskstream_playlist_changed ();