summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_channel_selector.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-04-17 21:27:33 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-04-17 21:27:33 +0000
commitaccc73a8c15ce9b86db269a52a132a88e9f17da2 (patch)
tree73f918e86efcd35ad8f361882f2db527d026dff8 /gtk2_ardour/midi_channel_selector.h
parent7ba87f7672caf9a0ae395e895c1ca50543442636 (diff)
* fixed missing get coordinate functions in CanvasHit
* Fixed crash bug when NoteMode = Percussive on MidiRegionView * Fixed possible MemoryLeaks and added Signal in MidiMultipleChannelSelector git-svn-id: svn://localhost/ardour2/branches/3.0@3263 d708f5d6-7413-0410-9779-e7cbd77b26cf
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);