--- gigedit/trunk/src/gigedit/mainwindow.h 2008/01/30 01:51:46 1653 +++ gigedit/trunk/src/gigedit/mainwindow.h 2008/01/30 02:20:48 1654 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2006, 2007 Andreas Persson + * Copyright (C) 2006 - 2008 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 @@ -211,6 +211,9 @@ sigc::signal& signal_dimreg_changed(); sigc::signal& signal_sample_ref_changed(); + sigc::signal& signal_note_on(); + sigc::signal& signal_note_off(); + protected: Glib::RefPtr actionGroup; Glib::RefPtr uiManager; @@ -235,6 +238,9 @@ sigc::signal dimreg_changed_signal; sigc::signal sample_ref_changed_signal; + sigc::signal note_on_signal; + sigc::signal note_off_signal; + void on_instrument_selection_change(int index); void on_sel_change(); void region_changed();