new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic framework. this will cause a full recompile, so find something else to do

git-svn-id: svn://localhost/ardour2/branches/3.0@5936 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-10-27 02:24:56 +00:00
parent 9ad08bfe97
commit 68a3144344
12 changed files with 64 additions and 86 deletions

View file

@ -673,7 +673,7 @@ AudioClock::set_bbt (nframes_t when, bool force)
pos = bbt_reference_time;
}
TempoMap::Metric m (session->tempo_map().metric_at (pos));
TempoMetric m (session->tempo_map().metric_at (pos));
sprintf (buf, "%-5.2f", m.tempo().beats_per_minute());
if (bbt_lower_info_label->get_text() != buf) {