summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2013-05-08 08:52:52 +0000
committerTim E. Real <termtech@rogers.com>2013-05-08 08:52:52 +0000
commit2c1f2f49d2ac878c13f9c59d86166a62bbd7573d (patch)
tree96bb20b3f43823fa51cf49cfa25fae49f73882ce /muse2/ChangeLog
parent8a491e19e6520f2680bf51aec1ca7e2070ccaec7 (diff)
Yet another MAJOR audio engine and plugin/synth process chain re-write.
And much more, see ChangeLog, May 8 2013.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index d5d44367..bff1dfde 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,20 @@
+08.05.2013:
+ - Yet another MAJOR audio engine and plugin/synth process chain re-write. (Tim...)
+ - Track controllers (vol, pan) now sample-accurate.
+ - Track controllers (vol, pan) slope limited for near-noiseless operation. TODO: User settings.
+ - Fixed: "Duplicate Selected Tracks" crashes. Also now copies plugins and synths too.
+ - DSSI + Native VST: Fixed not remembering generic/native GUI pos/size. TODO: DSSI native GUI.
+ - Fixed regression by flo: Sliders were recording multiple automation points at same value.
+ - Fixed canvases not remembering position/zoom - everything reopens at exact same pos/zoom now.
+ - Fixed automatable audio GUI controls 'jumpy' in TOUCH mode if heavy graphics causing slowdowns.
+ When pressed, any control now truly 'disengages' from competing/intefering controller stream.
+ - Improved audio automation modes, + READ mode can now be interrupted by GUI or ext control.
+ - MESS synths (esp Deicsonze): Controls (like Track Info program) and synth controls now mirror
+ each other, both ways.
+ - Deicsonze softsynth: Fixed several problems: Not remembering settings + ladspa plugin settings,
+ midi controllers were in wrong domain - moved to NRPN14 type. TODO: Fix 'biased' midi controllers
+ like pan and detune etc.
+ - Native VST: Call idle periodically. Makes some plugins like Glitch work, as per LAD mail.
05.04.2013:
- Change window title when there are unsaved changes (rj)
- Add auto-save feature, when enabled tries to save after 5 minutes