summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_channel_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/midi_channel_selector.h')
-rw-r--r--gtk2_ardour/midi_channel_selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_channel_selector.h b/gtk2_ardour/midi_channel_selector.h
index 5b3e20e859..57683c64b2 100644
--- a/gtk2_ardour/midi_channel_selector.h
+++ b/gtk2_ardour/midi_channel_selector.h
@@ -43,6 +43,8 @@ public:
MidiMultipleChannelSelector(uint16_t initial_selection = 1);
const uint16_t get_selected_channels() const { return _selected_channels; }
+
+ sigc::signal<void, uint16_t> selection_changed;
protected:
virtual void button_toggled(Gtk::ToggleButton *button, uint8_t button_nr);