summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-12-25 20:02:44 +0000
committerFlorian Jung <flo@windfisch.org>2011-12-25 20:02:44 +0000
commit6d181986beeacc4508aa6c3df71b8b56f6acfd0a (patch)
treea0e6c6b036dcfa256be9809697d6440e7771af4c /muse2/muse/midiedit/scoreedit.cpp
parentc836582af5661f1ca0e7d93c2674c947462faeb0 (diff)
disallowed mixing old-style and new-style drum tracks in one editor
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index 716ac65d..f17ea6f8 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4684,12 +4684,10 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* test!
* * drum editor is buggy. propagate_drum_map may operate on old values
* ("BUGGY! problem is: while changing entries, ourDrumMap
- may be reallocated which causes abort()s and/or bugs.")
- [ seems to work, needs further testing! ]
- * o don't mix DRUM and NEW_DRUM in drumeditor!
+ * may be reallocated which causes abort()s and/or bugs.")
+ * [ seems to work, needs further testing! ]
* o quantize must round UP, not down when at 0.5
* o my record flag handling
- * o option for disabling old-style / new-style drum tracks?
* ! o once, using super glue while a score editor displaying the glued
* parts is open let muse segfault. this may or may not be fixed
* now. check!