diff options
author | Tim E. Real <termtech@rogers.com> | 2012-09-17 07:49:10 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-09-17 07:49:10 +0000 |
commit | ef0a06629a9d4652b3a91d85af768e7e5797fe2a (patch) | |
tree | 1fe845ff5e8e6390883b6177b6f34feaf7f9736c /muse2/ChangeLog | |
parent | f783083862fa7a71f7774a14176e4a6bbbe324f9 (diff) |
Introducing Copy On Write for waves. See ChangeLog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 6177d2c0..8c2a1751 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,9 @@ +17.09.2012: + * Introducing: Copy On Write for waves. (Tim) + It asks to copy, to the Project Directory, any wave to be modified which is either + not writable or is shared with another independent (non-clone) wave event. + TODO: Improve by asking even for writable waves outside the Project Directory + (add a 'copy' checkbox column to the dialog, settable only under certain conditions). 16.09.2012: - Fixed allocation error with drag&drop of plugins (rj) - Fixed close menu alternative in Instrument editor (rj) |