diff options
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) |