diff options
author | Tim E. Real <termtech@rogers.com> | 2012-07-13 06:36:44 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-07-13 06:36:44 +0000 |
commit | a6fc86a01ba952225e03b767cd609fc485964e90 (patch) | |
tree | 780384aa4d2d4007d7460fd73fe1e7c9cf12f5b8 /muse2/ChangeLog | |
parent | 2fb1b5732ce88caa318c701944c1257dc612caf1 (diff) |
Fixed controllers go wacky after moving effects rack plugins up/down. My bad!
Also fixed existing problem: After moving rack plugins up/down, graphs disappear.
Documentation: Some contributions to the documentation.tex file.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index bd96a2c0..3f0bebe1 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,10 @@ +12.07.2012: + - Fixed controllers go wacky after moving effects rack plugins up/down. My bad! (Tim) + Rewrote CtrlList::operator= and several others. Tested OK. + - Also fixed existing problem: After moving rack plugins up/down, graphs disappear. (Tim) + Simple oversight in AudioTrack::swapControllerIDX: New members 'color', 'visible', + and 'don't show' weren't being copied. + - Documentation: Some contributions to the documentation.tex file. (Tim) 08.07.2012: - Changed naming convention for recorded wave files to include track name and it's take number. (rj) |