remove visible "sound notes" button,add Config parameter to control this (which then saves the state the user selected), add control to the prefs dialog

git-svn-id: svn://localhost/ardour2/branches/3.0@10934 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-12-07 14:23:32 +00:00
parent 20aeb5af0a
commit 50aee54219
7 changed files with 15 additions and 28 deletions

View file

@ -1607,8 +1607,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
/* midi toolbar */
Gtk::HBox panic_box;
Gtkmm2ext::StatefulToggleButton midi_sound_notes;
bool sound_notes () const { return midi_sound_notes.get_active(); }
void setup_midi_toolbar ();