summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-13 16:35:38 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-13 16:35:38 +0000
commit56d4a94c40bbcae6a2862fba3e2923542511779f (patch)
tree9b7cf6297cd3c66e8c077a2cc0b3b3f947cc5877 /muse2/muse/helper.h
parentebf207e2c5e457e9a6fa93dfdd31b96ea379de9a (diff)
added copy-in-range support for midi editors
Diffstat (limited to 'muse2/muse/helper.h')
-rw-r--r--muse2/muse/helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/helper.h b/muse2/muse/helper.h
index 94143756..e86a8949 100644
--- a/muse2/muse/helper.h
+++ b/muse2/muse/helper.h
@@ -23,6 +23,8 @@
#ifndef __HELPER_H__
#define __HELPER_H__
+#include <set>
+
class QActionGroup;
class QString;
class QMenu;
@@ -36,6 +38,8 @@ QString pitch2string(int v);
Part* partFromSerialNumber(int serial);
+bool any_event_selected(const std::set<Part*>&, bool in_range=false);
+
QMenu* populateAddSynth(QWidget* parent);
QActionGroup* populateAddTrack(QMenu* addTrack);