summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/tempo.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-02-27 02:21:05 +1100
committerRobin Gareus <robin@gareus.org>2017-02-27 20:16:10 +0100
commitd06e7104026140f5921f03d640afec80f84f1e7d (patch)
tree463bdf24b661c90b032e17985c5ef49b57849cf2 /libs/ardour/ardour/tempo.h
parent393f095d95ab1bf6a22fe8953e733e2d67f355bd (diff)
add TempoMap::next_tempo_section()
Diffstat (limited to 'libs/ardour/ardour/tempo.h')
-rw-r--r--libs/ardour/ardour/tempo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/tempo.h b/libs/ardour/ardour/tempo.h
index 4f44ac5455..1426801f24 100644
--- a/libs/ardour/ardour/tempo.h
+++ b/libs/ardour/ardour/tempo.h
@@ -367,6 +367,8 @@ class LIBARDOUR_API TempoMap : public PBD::StatefulDestructible
const MeterSection& meter_section_at_frame (framepos_t frame) const;
const MeterSection& meter_section_at_beat (double beat) const;
+ TempoSection* next_tempo_section (TempoSection*) const;
+
/** add a tempo section locked to pls. ignored values will be set in recompute_tempi()
* @param pulse pulse position of new section. ignored if pls == AudioTime
* @param frame frame position of new section. ignored if pls == MusicTime