From a43d53e3b92b02f4c35b4935509bf523f7630d94 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Sep 2008 18:08:18 +0000 Subject: - Call channel pressure channel pressure, not aftertouch (that's key specific). - Add context menu items to add a bender or pressure automation track to a MIDI track. - Now just need to figure out creation of program change events and you can create everything MIDI ardour understands from the GUI... git-svn-id: svn://localhost/ardour2/branches/3.0@3782 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_time_axis.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (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 e06e5cd534..f56ce604d4 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -68,8 +68,9 @@ class MidiTimeAxisView : public RouteTimeAxisView void show_all_automation (); void show_existing_automation (); - void add_controller_track (); - void create_automation_child (ARDOUR::Parameter param, bool show); + void add_cc_track (); + void add_parameter_track (const ARDOUR::Parameter& param); + void create_automation_child (const ARDOUR::Parameter& param, bool show); ARDOUR::NoteMode note_mode() const { return _note_mode; } -- cgit v1.2.3