summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-10-10 12:00:09 +0000
committerFlorian Jung <flo@windfisch.org>2011-10-10 12:00:09 +0000
commit182474fce42414f8f8c5545c4ce822aa5ce73c2c (patch)
tree72190d062480fdcedeb0079aeb269f3246731a6d /muse2/muse/midiedit/scoreedit.cpp
parent0e67ba1af056a0df0b6b01c70bb6cb12063479a8 (diff)
steprec and dlist-enote-changing fixes
steprec now works for new style drum tracks
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index cf436465..5fa117f5 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4592,8 +4592,11 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* o arranger state and mixer state aren't stored (says tim)
* ? pasting in editors sometimes fails oO? ( ERROR: reading eventlist
* from clipboard failed. ignoring this one... ) [ not reproducible ]
- *
+ *
* CURRENT TODO
+ * o don't record muted/hidden instr.s
+ * o offer menu entry for hiding all unused / empty drum instruments
+ *
* o in appearance.cpp: add the new stuff for drumTrackLabelBg and drumTrackBg
* o find and fix FINDMICHJETZT
* o fix all segfaults and non-working stuff!
@@ -4603,9 +4606,6 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* - recording/echoing/steprec them
* - load, save them
* o fix valgrind problems
- * x midi-import settings
- * o support or handle duplicate enotes somehow!
- * o steprec, test midi thru
*
* > o drum editor: channel-stuff
* o clearly state in the changelog: when having multiple drumeditors open,
@@ -4623,11 +4623,12 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
*
* x when playing back a flo-drum-track: treat as a MIDI track,
* EXCEPT that the drum list's mute entries are respected!
- * o when recording or echoing a flo-drum-track: watch out for In-Notes!
+ * x when recording or echoing a flo-drum-track: watch out for In-Notes!
* * update [midi]track::read/write, readproperties, writeprop... (drumlist etc), operator=
* _should_ be okay, but i'm not sure
*
* IMPORTANT TODO
+ * o allow steprec-insert-rest-note to be set to "off" / "unused"
* o all places where i added doubleclick-edits: only react on left-click double clicks!
* o support "new style" reordering with old style drum tracks as well
* (not swapping but inserting!)