summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-03 17:59:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-03 17:59:47 +0000
commit0d4658e0afb35329fe4ba135a20df92691f8b639 (patch)
treeaacec8f20f5a402b1f08099e50a87f59710c4faa /libs/ardour/ardour/tempo.h
parent19126ddc09ac7b9492ed63371ee3a0479796791d (diff)
more tempo fixes, including handling multiple metrics at the same place, and fixing round_to_beat_subdivision(). almost done now...
git-svn-id: svn://localhost/ardour2/branches/3.0@11145 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index 0fc9a860f8..8b1cfe6909 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -310,7 +310,7 @@ class TempoMap : public PBD::StatefulDestructible
framepos_t round_to_type (framepos_t fr, int dir, BBTPointType);
- void bbt_time_unlocked (framepos_t, Timecode::BBT_Time&);
+ void bbt_time_unlocked (framepos_t, Timecode::BBT_Time&, const BBTPointList::const_iterator&);
framecnt_t bbt_duration_at_unlocked (const Timecode::BBT_Time& when, const Timecode::BBT_Time& bbt, int dir);