more nudges to the MIDI list editor

git-svn-id: svn://localhost/ardour2/branches/3.0@6454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-01-05 14:56:42 +00:00
parent 51aec9a331
commit d93fc512ed
2 changed files with 52 additions and 12 deletions

View file

@ -70,10 +70,14 @@ class MidiListEditor : public ArdourDialog
Glib::RefPtr<Gtk::ListStore> model;
Gtk::TreeView view;
Gtk::ScrolledWindow scroller;
Glib::ustring _current_edit;
boost::shared_ptr<ARDOUR::MidiRegion> region;
void edited (const Glib::ustring&, const Glib::ustring&);
void editing_started (Gtk::CellEditable*, const Glib::ustring& path, int);
void editing_canceled ();
void redisplay_model ();
bool key_press (GdkEventKey* ev);