summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-10-03 12:35:57 +0000
committerFlorian Jung <flo@windfisch.org>2011-10-03 12:35:57 +0000
commitb99988059eb65520df143380aa707c52256cf77c (patch)
tree1823821eb0bbe55cbfb02a550b4ca212c2280f0e /muse2/muse/helper.h
parentfbb72c809a2e75e0d4b038056df80d60c09d62c5 (diff)
added support for grouping tracks in drum editor
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 e86a8949..b8ff391e 100644
--- a/muse2/muse/helper.h
+++ b/muse2/muse/helper.h
@@ -25,6 +25,8 @@
#include <set>
+#include "drummap.h"
+
class QActionGroup;
class QString;
class QMenu;
@@ -43,6 +45,8 @@ bool any_event_selected(const std::set<Part*>&, bool in_range=false);
QMenu* populateAddSynth(QWidget* parent);
QActionGroup* populateAddTrack(QMenu* addTrack);
+bool drummaps_almost_equal(DrumMap* one, DrumMap* two, int drummap_size=128);
+
}
#endif