summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-15 19:10:20 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-15 19:10:20 +0000
commite232be5476afe17a3abc717f757e667832d9daa6 (patch)
tree3653e77acb51a700572b89466640552cf3bbb250 /muse2/muse/midiedit/scoreedit.cpp
parent27b7bf6815cda7abb67026c37b3e44daee1803cb (diff)
custom columns only consider controller changes at tick0 now
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index 5722a275..f06c2ad7 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4704,12 +4704,13 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo
* o test old- and new drumtrack recording, steprecording
*
* CURRENT TODO
- * o column's widths aren't stored into configuration. fix that.
* 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.
* o storing <no_toplevels /> into a template file seems to ignore
* the arranger's "MDI-ness", sets is at subwin all the time!
*