summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-09-17 07:49:10 +0000
committerTim E. Real <termtech@rogers.com>2012-09-17 07:49:10 +0000
commitef0a06629a9d4652b3a91d85af768e7e5797fe2a (patch)
tree1fe845ff5e8e6390883b6177b6f34feaf7f9736c /muse2/ChangeLog
parentf783083862fa7a71f7774a14176e4a6bbbe324f9 (diff)
Introducing Copy On Write for waves. See ChangeLog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog6
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)