From ab838a126046c09017ec09a1971472f6be81bd51 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 Jan 2014 11:30:54 +0100 Subject: Midi-track fader & pan automation NB. Fader automation lane always shows 'dB' value and is logarithmic. OK for pre-fader synths, but not for raw-midi data. --- gtk2_ardour/midi_time_axis.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gtk2_ardour/midi_time_axis.h') diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h index 25e89fc2e0..12d62459b8 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -179,6 +179,15 @@ class MidiTimeAxisView : public RouteTimeAxisView void capture_channel_mode_changed(); void playback_channel_mode_changed(); + + void ensure_pan_views (bool show = true); + + void update_gain_track_visibility (); + void update_pan_track_visibility (); + + Gtk::CheckMenuItem* gain_automation_item; + std::list > pan_tracks; + Gtk::CheckMenuItem* pan_automation_item; }; #endif /* __ardour_midi_time_axis_h__ */ -- cgit v1.2.3