diff options
author | Tim E. Real <termtech@rogers.com> | 2012-11-03 12:05:56 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-11-03 12:05:56 +0000 |
commit | 31f618e5461553bd7836677f944acfa233e5ae3c (patch) | |
tree | 9ce5c671ed1a089bb2cd19692db5a9c45951b237 /muse2/ChangeLog | |
parent | b45ce65ca39817a0678f2172410b71433f79f736 (diff) |
Improved: Instrument Editor, fFixed MANY bugs. Should be SOLID now.
Improved: Midi controller graph 'Ctrl' popup menus.
Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now.
TODO: Still W.I.P. See ChangeLog
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 6bdb943a..ca69853c 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,12 @@ +03.11.2012: + * Improved: Instrument Editor (controller tab): Redesigned. Fixed MANY bugs. Should be SOLID now. (Tim) + Two new columns: "Show in midi tracks" and "Show in drum tracks". + * Improved: Midi controller graph 'Ctrl' popup menus now unified (cascading). (Tim) + 'Edit Instrument' menu item now takes you right to the instrument and controllers tab. + * Improved: Aftertouch and PolyAftertouch (channel/key pressure) are true MusE controllers now. + Now FULLY supported in controller graphs AND in the improved Instrument Editor / Definition Files. + TODO: Still W.I.P. on Event List Editor, and recording these controllers, and other aftertouch places. + - Midi controller stuff: Fixed some bugs, added some methods and improvements. 28.10.2012: * Improved: Eliminated copious unrequired "controller" sections from songs and templates. (Tim) These controllers such as volume, pan are already always added, so it's useless to store them when "Off". |