summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-12-11 08:46:41 +0000
committerTim E. Real <termtech@rogers.com>2010-12-11 08:46:41 +0000
commitaae64c142b4492c4613f483e0d961897deb06233 (patch)
treef233de4f13a5002455182ab358d5b8604b7607b8 /muse2/ChangeLog
parent0939a78104241b6a3d2a97d6f1dfda4614cc7e49 (diff)
Feature: Added default midi track in/out channels to midi ports list. See ChangeLog.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index c51dd3b1..8a7579d8 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,3 +1,12 @@
+11.12.2010:
+ * Feature: Added default midi track in/out channels to midi ports list. (Tim)
+ - For now, the boxes use the old text channel strings ("1 3 5", "1-5", "all, "none" etc.)
+ * Changed: Experimental: Mid ports now default to 'GM' instrument. (Tim)
+ - Was stopping new users from seeing instrument patches etc.
+ - TODO: Overhaul instrument type, instrument sysexes, and song type.
+ * Changed: Audio groups and inputs no longer default connect to first audio out. (Tim)
+ - Find it tedious, once a song grows with groups and inputs, to keep disconnecting them from output.
+ - TODO: Add a better audio default routing system.
10.12.2010:
- More compiler and build warnings fixes. (Orcan)
- Restored the scripts menu and fixed scripts handling. Tested OK. (Orcan)