--- gigedit/trunk/src/gigedit/mainwindow.h 2015/01/04 17:16:41 2688 +++ gigedit/trunk/src/gigedit/mainwindow.h 2015/01/04 17:19:19 2689 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2006 - 2014 Andreas Persson + * Copyright (C) 2006 - 2015 Andreas Persson * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -196,6 +196,8 @@ sigc::signal& signal_keyboard_key_hit(); sigc::signal& signal_keyboard_key_released(); + sigc::signal& signal_switch_sampler_instrument(); + protected: Glib::RefPtr actionGroup; Glib::RefPtr uiManager; @@ -225,6 +227,8 @@ sigc::signal note_on_signal; sigc::signal note_off_signal; + sigc::signal switch_sampler_instrument_signal; + void on_instrument_selection_change(Gtk::RadioMenuItem* item); void on_sel_change(); void region_changed(); @@ -352,6 +356,7 @@ void show_script_slots(); void on_action_view_status_bar(); void on_action_warn_user_on_extensions(); + void on_action_sync_sampler_instrument_selection(); void on_action_help_about(); // sample right-click popup actions