summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2012-10-28 01:34:16 +0000
committerTim E. Real <termtech@rogers.com>2012-10-28 01:34:16 +0000
commitb45ce65ca39817a0678f2172410b71433f79f736 (patch)
tree4a193aaa1ba899f17e298826ae4b44a15a763b7a /muse2/ChangeLog
parentb1776f093d4b87ad2635990f429f4503157f6288 (diff)
Improved: Eliminated copious unrequired "controller" sections from songs and templates.
Eliminated ALL "controller" and "midiport" sections from built-in templates. For template "synth.med", changed synth ports to 198 and 199. Improved: Templates, use your chosen default output port/channel from the midi ports setup dialog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index f8c4da81..6bdb943a 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,14 @@
+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".
+ Added midiport.cpp:defaultManagedMidiController, populated and used in init, also used when saving song
+ to look up these controllers and ignore them if "Off".
+ - Eliminated ALL "controller" sections from built-in templates, which were already over-populated.
+ - Also eliminated ALL "midiport" sections from buit-in templates, so that they don't touch existing setups.
+ - Also, specifically for the "synth.med", changed synth ports to 198 and 199 so that it is (almost)
+ guaranteed not to touch existing used ports with the synths.
+ * Improved: Also, wrote mechanism allowing track port/channel = -1 in templates, so that it uses your
+ chosen default output port/channel from the midi ports setup dialog. Try midiGM.med template for example.
27.10.2012:
* Improved: Velocity graphs. Icon for showing per-note or all velocities. Also found in Settings. (Tim)
* Improved: Piano KB has current selected note (yellow). For velocity/polyaftertouch/other per-note ctrls. (Tim)