summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-12-25 17:11:35 +0000
committerFlorian Jung <flo@windfisch.org>2011-12-25 17:11:35 +0000
commitf7bd12297b81b95371713af725c47f8c56a77550 (patch)
tree948d0d40dcd6b4cdd5cf8c7942c10652b8f075e8 /muse2/muse/midiedit/scoreedit.cpp
parentc233aa121b59559bd29b675d2047efaf741e8879 (diff)
fixed segfault when dealing with empty drumlists
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 2d544c90..716ac65d 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4679,15 +4679,13 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* from clipboard failed. ignoring this one... ) [ not reproducible ]
*
* CURRENT TODO
- * o having the same drum track in two editors open, using "hide all"
- * on the first (while the second is in "only shown"-mode), this
- * has no effect in the second.
* o drum controllers
* update ctrlcanvas/panel
* test!
- * o drum editor is buggy. propagate_drum_map may operate on old values
+ * * 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!
* o quantize must round UP, not down when at 0.5
* o my record flag handling