summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_channel_selector.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-06-13 14:48:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-06-13 14:48:48 +0000
commitcab3072f83bb2e959e5ece5e344c568caf474be6 (patch)
treeb978580e776fca0adc75959a34786821c92f5070 /gtk2_ardour/midi_channel_selector.h
parent5afe60f0e3e726dbf3bb13944d723a86a3cfde0d (diff)
add MIDI channel editing for current note selection, bound to "c" by default
git-svn-id: svn://localhost/ardour2/branches/3.0@9718 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_channel_selector.h')
-rw-r--r--gtk2_ardour/midi_channel_selector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_channel_selector.h b/gtk2_ardour/midi_channel_selector.h
index 8bcf704ca4..c5e6a5a378 100644
--- a/gtk2_ardour/midi_channel_selector.h
+++ b/gtk2_ardour/midi_channel_selector.h
@@ -23,12 +23,13 @@
#include <set>
#include "boost/shared_ptr.hpp"
#include "sigc++/trackable.h"
+
#include "gtkmm/table.h"
#include "gtkmm/button.h"
#include "gtkmm/label.h"
#include "gtkmm2ext/stateful_button.h"
-#include "ardour/types.h"
+#include "ardour/types.h"
class MidiChannelSelector : public Gtk::Table
{