summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-01-02 21:26:08 +0000
committerFlorian Jung <flo@windfisch.org>2012-01-02 21:26:08 +0000
commit952e6deeb8eae2e72fa12054699c7740e4d7eea1 (patch)
treec75310aecde8c21a5b467bcd4c162ea63656e8b6 /muse2/muse/helper.cpp
parent14ed268100ece710a009c287fa4d61d7254f7aa1 (diff)
added drummap page to instrument editor
adapted dlist to be reusable added dtor to patch_drummap_mapping_t changed affected_patches from list to single entry TODO: maybe move dlist and stuff out of midiedit still TODO: offer a way to re-tie drumlist-ordering to the instrument
Diffstat (limited to 'muse2/muse/helper.cpp')
-rw-r--r--muse2/muse/helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/helper.cpp b/muse2/muse/helper.cpp
index 7d07a6ce..ce96d6fe 100644
--- a/muse2/muse/helper.cpp
+++ b/muse2/muse/helper.cpp
@@ -250,7 +250,7 @@ void write_new_style_drummap(int level, Xml& xml, const char* tagname,
// channel and port are ignored as well, as they're not used
// in new-style-drum-mode
- xml.tag(level--, "/entry");
+ xml.tag(--level, "/entry");
}
}