From 7caa48f2561ae838049abb64adffe8ce43185b34 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 23 May 2011 18:06:57 +0000 Subject: Updated Changelog; prepared for merge --- muse2/ChangeLog | 32 ++++++++++++++++++++++++++++++++ muse2/muse/midiedit/scoreedit.cpp | 1 - 2 files changed, 32 insertions(+), 1 deletion(-) 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& 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? * -- cgit v1.2.3