Note selector dialog for note controls.

This commit is contained in:
David Robillard 2014-11-03 16:37:19 -05:00
parent 7204702c3f
commit 35672fb80a
7 changed files with 148 additions and 0 deletions

View file

@ -71,6 +71,9 @@ private:
void start_touch();
void end_touch();
void run_note_select_dialog();
bool on_button_release(GdkEventButton* ev);
void value_changed();
bool _ignore_change;