summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-16 14:34:56 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-16 14:34:56 +0000
commit8f7ed6ab503f7f1befae937bdc33e6907f3a1868 (patch)
tree3c193b15ec70c1cb0230ab6a0683dc99b5a3185d /muse2/muse/midiedit/scoreedit.cpp
parente232be5476afe17a3abc717f757e667832d9daa6 (diff)
custom columns now send their changes to the device if appropriate
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index f06c2ad7..11ccf445 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4704,10 +4704,6 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* o test old- and new drumtrack recording, steprecording
*
* CURRENT TODO
- * o automatically send controller changes by the arranger columns
- * if necessary (i.e., if no later controller overrides this)
- * o make custom columns only look at CCs at tick0, not at "the firstCC"
- * beacuse this probably causes confusion.
* o custom columns should also be able to store at cpos, not only at tick0
*
* o column's widths aren't stored into configuration. fix that.