summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-03-12 18:21:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-03-12 18:21:48 +0000
commita505e1469d362cc32acb01252d192c73729fbc43 (patch)
treea92b0dd4cd289950d453ea2c9c1f913628cb023c /libs
parentfd9d6433a15ae5e3f02e5a15aa25d35197c48bc3 (diff)
remove varispeed control; shuttle controller now has a context menu with max speed options; rearrange and optimize meter metric displays
git-svn-id: svn://localhost/trunk/ardour2@382 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index e54231d6d1..24c234552c 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -894,7 +894,6 @@ TempoMap::bbt_duration_at_unlocked (const BBT_Time& when, const BBT_Time& bbt, i
jack_nframes_t
-
TempoMap::round_to_bar (jack_nframes_t fr, int dir)
{
LockMonitor lm (lock, __LINE__, __FILE__);
@@ -903,7 +902,6 @@ TempoMap::round_to_bar (jack_nframes_t fr, int dir)
jack_nframes_t
-
TempoMap::round_to_beat (jack_nframes_t fr, int dir)
{
LockMonitor lm (lock, __LINE__, __FILE__);