From 47c4929bc285da6d752e68aa5a32cf73f20b9f22 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Nov 2014 01:29:33 -0500 Subject: Display gain and midiNote plugin parameters/properties nicely. Show fancy values on generic GUI controls, automation lane controls, and automation lane verbose cursor. Fix text display of midiNote values. Make bigstep of midiNote parameters 12 (one octave). Add ARDOUR::value_as_string() as a stateless one-stop-shop for value printing. --- gtk2_ardour/automation_time_axis.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index a49bcf0086..3d2773b879 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -250,7 +250,8 @@ AutomationTimeAxisView::AutomationTimeAxisView ( ARDOUR::EventTypeMap::instance().to_symbol(_parameter), *this, *_canvas_display, - _control->alist() + _control->alist(), + _control->desc() ) ); -- cgit v1.2.3