summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-23 20:04:52 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-23 20:04:52 +0000
commit5e04b219a6de8e41f132fcaec26876ecdb5ae9b5 (patch)
tree0380e5724d80c6ac91bd448868525d372de60e2b /muse2/ChangeLog
parentb5bdb59699abd38a3aa90dfb4d9882b2be7f5be0 (diff)
parenta16b4e2746309724086f55d7df8b15da40939b20 (diff)
merged with deeper_changes. see changelog
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 01e6645d..b16462d8 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
+
20.05.2011:
- Popup menus: If stay-open mode, space triggers item and double-click simulates return (closing). (Tim)
19.05.2011: