summaryrefslogtreecommitdiff
path: root/muse2
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-23 18:06:57 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-23 18:06:57 +0000
commit7caa48f2561ae838049abb64adffe8ce43185b34 (patch)
treeeb80bbd7939e3464f8ae59753c61f80cc0534496 /muse2
parent69427576250f7fcfdf0e1fb28658790f4b2077bb (diff)
Updated Changelog; prepared for merge
Diffstat (limited to 'muse2')
-rw-r--r--muse2/ChangeLog32
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp1
2 files changed, 32 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index fce03eb0..c46b7f7f 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,35 @@
+23.05.2011: (all changes made by flo93, except one)
+ Function-related changes:
+ - made all the stuff in the "functions" menu global
+ - added crescendo, legato functions, improved erase function
+ - removed unneccessary _to and _quant* - stuff from piano roll and drum edit
+ this also involved changing the Toolbar1
+ - changed behaviour for step-recording: the note-length is now the "raster"-
+ value instead of the "quant"-value
+ - changed behaviour for scripts: the "quant"-parameter they get isn't the
+ quant-combo's setting, but the snap-combo's now
+ - removed unneccessary short cuts: SHRT_OVER_QUANTIZE etc. instead added
+ SHRT_QUANTIZE
+
+ Score-Editor-related changes:
+ - using the proper AL::raster functions in the score editor
+ - added support for selections to the score editor
+ - distance between staves is now automatically increased if neccessary
+ - fixed "change pitch freezes scoreeditor"-bug
+ - added clef-combobox to midi tracks (rj and flo)
+ - don't install the *.mf files any more
+ - added a modified MTScale to the score editor
+
+ Other Stuff:
+ - speeded up importing midi massively
+ - when step-recording, chords can now be entered with only the musical keyboard
+ - swapped ctrl and shift behaviour to make muse accord to standards
+ - toolbar states are now saved
+ - improved "cakewalk" mode for arranger: added y-stretch and drawing some controllers
+ - added line tool to drum editor
+ - added "reorder list" function to drum roll
+ - changed ctrl-edit's behaviour when control key is pressed
+
15.05.2011:
- Changed mouse wheel behaviour in graphical editors except the score editor (rj)
* wheel scrolls left-right
diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp
index 0019de91..f8815185 100644
--- a/muse2/muse/midiedit/scoreedit.cpp
+++ b/muse2/muse/midiedit/scoreedit.cpp
@@ -4280,7 +4280,6 @@ void staff_t::apply_lasso(QRect rect, set<Event*>& already_processed)
* between, for example, when a cis is tied to a des
*
* CURRENT TODO
- * > o legato: extend length to next note
* o add music-keyboard-bindings for "insert rest" and "increase note length"
* o maybe support step-recording in score editor as well?
*