--- gigedit/trunk/src/gigedit/mainwindow.h 2017/05/30 20:17:12 3258 +++ gigedit/trunk/src/gigedit/mainwindow.h 2017/07/30 18:57:35 3339 @@ -323,6 +323,7 @@ Glib::RefPtr m_refTreeModel; Gtk::Menu* instrument_menu; + Gtk::Menu* assign_scripts_menu; std::map sample_ref_count; @@ -457,6 +458,10 @@ void show_intruments_tab(); void show_scripts_tab(); + void select_prev_instrument(); + void select_next_instrument(); + void select_instrument_by_dir(int dir); + void select_prev_region(); void select_next_region(); @@ -549,6 +554,8 @@ void __import_queued_samples(); void __clear(); void __refreshEntireGUI(); + void updateScriptListOfMenu(); + void assignScript(gig::Script* pScript); bool close_confirmation_dialog(); bool leaving_shared_mode_dialog();