--- gigedit/trunk/src/gigedit/mainwindow.h 2013/09/05 00:49:13 2464 +++ gigedit/trunk/src/gigedit/mainwindow.h 2014/01/12 19:37:55 2507 @@ -1,5 +1,5 @@ /* -*- c++ -*- - * Copyright (C) 2006 - 2013 Andreas Persson + * Copyright (C) 2006 - 2014 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 @@ -42,6 +42,7 @@ #include "regionchooser.h" #include "dimregionchooser.h" #include "dimregionedit.h" +#include "midirules.h" #ifndef OLD_THREADS #include #endif @@ -176,6 +177,7 @@ PropDialog propDialog; InstrumentProps instrumentProps; + MidiRules midiRules; sigc::signal file_structure_to_be_changed_signal; sigc::signal file_structure_changed_signal; @@ -277,6 +279,7 @@ void on_action_quit(); void show_instr_props(); bool instr_props_set_instrument(); + void show_midi_rules(); void on_action_view_status_bar(); void on_action_help_about();