From 885f1fd684da31a730f90ebad23ad9ff39baedb0 Mon Sep 17 00:00:00 2001 From: nick_m Date: Wed, 30 Dec 2015 00:39:10 +1100 Subject: Tempo ramps - update midi regions and locations when dragging tempo. - also make locations and regions use a double beat rather than bbt for musical position. --- libs/ardour/ardour/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 1a4ddeb562..8d6dabd331 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1640,6 +1640,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop TempoMap *_tempo_map; void tempo_map_changed (const PBD::PropertyChange&); + void gui_tempo_map_changed (); /* edit/mix groups */ -- cgit v1.2.3