From 2d015c06104186af6711f6040a82448723971481 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 1 Feb 2012 20:11:57 +0000 Subject: MIDI event list editor improvements, mostly to do with nagivation, but also edits are now applied across all selected notes. getting close to calling this done for 3.0 git-svn-id: svn://localhost/ardour2/branches/3.0@11418 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_list_editor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/midi_list_editor.h') diff --git a/gtk2_ardour/midi_list_editor.h b/gtk2_ardour/midi_list_editor.h index faaec51f30..6061f54db6 100644 --- a/gtk2_ardour/midi_list_editor.h +++ b/gtk2_ardour/midi_list_editor.h @@ -68,7 +68,7 @@ class MidiListEditor : public ArdourWindow Gtk::TreeModelColumn note_name; Gtk::TreeModelColumn velocity; Gtk::TreeModelColumn start; - Gtk::TreeModelColumn length; + Gtk::TreeModelColumn length; Gtk::TreeModelColumn end; Gtk::TreeModelColumn > _note; }; @@ -91,9 +91,10 @@ class MidiListEditor : public ArdourWindow Gtk::TreeModel::Path edit_path; int edit_column; Gtk::CellRendererText* editing_renderer; + Gtk::CellEditable* editing_editable; Gtk::Table buttons; Gtk::VBox vbox; - Gtk::ToggleButton additional_info_button; + Gtk::ToggleButton sound_notes_button; boost::shared_ptr region; boost::shared_ptr track; -- cgit v1.2.3