summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-05-18 04:47:40 +1000
committernick_m <mainsbridge@gmail.com>2016-05-27 23:38:16 +1000
commit058b78125828f28e387922f2f10260e82e156472 (patch)
treeca6265680aea5890530e2dab0a34419a792fe590 /gtk2_ardour/marker.h
parent0c7ecc6cbb4baaa6d4aebcf7f4ff682b67f6b64c (diff)
Tempo ramps - tempo marker's mark indicates curve height ar point.
Diffstat (limited to 'gtk2_ardour/marker.h')
-rw-r--r--gtk2_ardour/marker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h
index 67e5b1253a..becc809a74 100644
--- a/gtk2_ardour/marker.h
+++ b/gtk2_ardour/marker.h
@@ -145,6 +145,7 @@ class TempoMarker : public ArdourMarker
ARDOUR::TempoSection& tempo() const { return _tempo; }
+ void update_height_mark (const double& ratio);
private:
ARDOUR::TempoSection& _tempo;
};