Mackie Control: Shift/Select now toggles individual channels within group. Makes...
[ardour.git] / libs / surfaces / generic_midi / midiinvokable.h
index f374a126a5e7e19e29d190404cd63de957358336..dee87ed09c4141378dce18b259c5277473b44fdc 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2009 Paul Davis
+
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -50,7 +50,7 @@ class MIDIInvokable : public PBD::Stateful
        MIDI::channel_t get_control_channel () { return control_channel; }
        MIDI::eventType get_control_type () { return control_type; }
        MIDI::byte get_control_additional () { return control_additional; }
-       
+
   protected:
        GenericMidiControlProtocol* _ui;
        std::string     _invokable_name;