mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
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:
parent
51aec9a331
commit
d93fc512ed
2 changed files with 52 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue