summaryrefslogtreecommitdiff
path: root/muse2/muse/midiedit/scoreedit.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-29 12:43:17 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-29 12:43:17 +0000
commit25a43d58dead31caf482fc8ada4f231d2f1269d9 (patch)
treec39631efc11ab7099520e9b2f861a86674db1251 /muse2/muse/midiedit/scoreedit.cpp
parent55a6fa75d70dbcd38e4b434420c970475448d1a7 (diff)
- moved cut,copy'n'paste to functions.cpp, removed unneccessary
duplication - changed behaviour of paste: now the pasted, not the original notes are selected
Diffstat (limited to 'muse2/muse/midiedit/scoreedit.cpp')
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index c2e901ad..e0fe6491 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4375,12 +4375,13 @@ void staff_t::update_part_indices()
* between, for example, when a cis is tied to a des
*
* CURRENT TODO
- * o investigate with valgrind
- * ! o paste to different tick !!
+ * o when pasting, the pasted, not the previously selected should be selected
* o allow batch-movements in score editor
+ * o in main win: make "Ch" column editable with a line edit
+ * o either remove these "hidden notes", or deal with them in the score editor
+ * o investigate with valgrind
* o controller view in score editor
* o deal with expanding parts
- * o in main win: make "Ch" column editable with a line edit
* o fix sigedit boxes
* o mid-click in pianoroll: change to "delete", or initiate drag and drop between windows?
*