diff options
author | Robert Jonsson <spamatica@gmail.com> | 2011-01-04 19:16:13 +0000 |
---|---|---|
committer | Robert Jonsson <spamatica@gmail.com> | 2011-01-04 19:16:13 +0000 |
commit | 217b37620cb47a9a6d9ae6c4027638d763e9df1b (patch) | |
tree | cac9681fa81489f57cbb29f9ae62da4fcbaa1665 /muse2/ChangeLog | |
parent | 212f604407e4a712563ca71eb281161ffcc91d85 (diff) |
automation viewable in arranger and rec changes
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 54c07677..07ad91bd 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -5,13 +5,16 @@ TODO: Fix trackinfo scrollbar not showing at right time. - Replace all QWidget::setShown() calls with setVisible(). (Tim) It's supposed to be a Qt3 function, but still supported. + - Enabled displaying of audio automation on tracks (rj) + - Added right-click on track ARM buttons, now enables/disables all tracks of it's kind (rj) + - leave audio tracks ARMED after record, same as midi tracks (rj) 02.01.2011: - Fixed arranger focussing problems again. (Tim) Scratch setFocusProxy() fix of 31.12. Gave MusE a keyPress handler and pass it on to canvas. - Fixed transport +/- position snapping. Works globally now too. (Tim) Moves by, and snaps to, snap setting of either an editor, or globally to arranger by default. - Added transport position "Shift + +/-" keys, for no snapping. (Tim) - - Removed (hopefully) the last bits of Qt3sepport functions from .ui files. (Orcan) + - Removed (hopefully) the last bits of Qt3support functions from .ui files. (Orcan) - fixed patch loading for deicsonze and reverted to it's standard colortheme (rj) 31.12.2010: - Possible fix for arranger focussing problems. (Tim) |