summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
diff options
context:
space:
mode:
authorRobert Jonsson <spamatica@gmail.com>2013-03-28 14:54:33 +0000
committerRobert Jonsson <spamatica@gmail.com>2013-03-28 14:54:33 +0000
commit46118f3b3b8737c526639ed66a34d2e7e67a9137 (patch)
tree45e42b6dc75f38222d55f60d7110111c927f4262 /muse2/muse/helper.h
parentf1648fa3c8ff5399750222dd416b416ceeb0888a (diff)
read old drummaps
Diffstat (limited to 'muse2/muse/helper.h')
-rw-r--r--muse2/muse/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/helper.h b/muse2/muse/helper.h
index 56bd0bc8..33b2e9a0 100644
--- a/muse2/muse/helper.h
+++ b/muse2/muse/helper.h
@@ -51,7 +51,7 @@ bool drummaps_almost_equal(const DrumMap* one, const DrumMap* two, int drummap_s
void write_new_style_drummap(int level, Xml& xml, const char* tagname,
DrumMap* drummap, bool* drummap_hidden=NULL, bool full=false);
void read_new_style_drummap(Xml& xml, const char* tagname,
- DrumMap* drummap, bool* drummap_hidden=NULL);
+ DrumMap* drummap, bool* drummap_hidden=NULL, bool compatibility=false);
QSet<Part*> parts_at_tick(unsigned tick);