summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-07 19:15:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-07 19:15:33 +0000
commit2e30bdba9f4841fd050c7ef4e960617761b85453 (patch)
treec76bad6e50378208f2d8bcf4c7cf395100016c89 /gtk2_ardour/piano_roll_header.h
parented6545eb5b360afc1a11f3dec0bb553a11e64436 (diff)
select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there
git-svn-id: svn://localhost/ardour2/branches/3.0@6466 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/piano_roll_header.h')
-rw-r--r--gtk2_ardour/piano_roll_header.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/piano_roll_header.h b/gtk2_ardour/piano_roll_header.h
index 7369303e5d..453c32468d 100644
--- a/gtk2_ardour/piano_roll_header.h
+++ b/gtk2_ardour/piano_roll_header.h
@@ -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;