select-by-pitch from the piano roll header (inspired by Rosegarden); some improvement...
[ardour.git] / gtk2_ardour / piano_roll_header.h
index 7369303e5d4fea2f927ce108b94eba5e0d8eb1a3..453c32468de620a2c33378b1d35d4e8002ee3359 100644 (file)
@@ -1,5 +1,6 @@
 /*
     Copyright (C) 2008 Paul Davis
+    Author: Audan Holland ??
 
     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
@@ -57,6 +58,10 @@ public:
                double b;
        };
 
+       sigc::signal<void,uint8_t> AddNoteSelection;
+       sigc::signal<void,uint8_t> ToggleNoteSelection;
+       sigc::signal<void,uint8_t> ExtendNoteSelection;
+
 private:
        static Color white;
        static Color white_highlight;