From c72bf18bf472e665a51a8383b00eb21b40805d39 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Mon, 21 Apr 2008 15:10:13 +0000 Subject: * persisting/restoring track channel settings works now git-svn-id: svn://localhost/ardour2/branches/3.0@3276 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_channel_selector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/midi_channel_selector.h') diff --git a/gtk2_ardour/midi_channel_selector.h b/gtk2_ardour/midi_channel_selector.h index 901296903c..3562f5febe 100644 --- a/gtk2_ardour/midi_channel_selector.h +++ b/gtk2_ardour/midi_channel_selector.h @@ -41,7 +41,7 @@ protected: class MidiMultipleChannelSelector : public MidiChannelSelector { public: - MidiMultipleChannelSelector(uint16_t initial_selection = 1); + MidiMultipleChannelSelector(uint16_t initial_selection = 0xFFFF, int8_t force_channel = -1); virtual ~MidiMultipleChannelSelector(); /** @@ -56,6 +56,7 @@ public: sigc::signal force_channel_changed; const int8_t get_force_channel() const; + void set_force_channel(int8_t force_channel); protected: enum Mode { FILTERING_MULTIPLE_CHANNELS, -- cgit v1.2.3