]> git.0d.be Git - jack_mixer.git/commitdiff
Update removing reference to the now removed Main mix channel
authorDaniel Sheeler <dsheeler@pobox.com>
Mon, 13 Jul 2020 06:05:07 +0000 (01:05 -0500)
committerDaniel Sheeler <dsheeler@pobox.com>
Mon, 13 Jul 2020 06:05:07 +0000 (01:05 -0500)
NEWS
README

diff --git a/NEWS b/NEWS
index e39dddf8928768313660254d784c571a52451fa8..e8ce7c436b52afceafe97c7cd1bfa74594e5d1a6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+==========
+Version 13
+==========
+
+ * Added NSM support.
+ * Store preferences to per session config file to override global
+   preferences.
+ * Added accelerator shortucts to menu items.
+ * New ctrl-click, double-click, scroll, and click-drag-anywhere
+   fader behaviors.
+ * Added MIDI 'Pick Up' behavior to avoid discontinuities.
+ * Can choose output channel colors.
+ * Changed to logorithmic ramping on volume changes.
+ * Added a pre/post fader button.
+ * Pick volume for new channels.
+ * Allow manual setting of MIDI control change numbers.
+ * Remove GConf; use plaintext .ini preferences file instead.
+ * Remove remnants of Swig python bindings.
+
+With contributions from Daniel Sheeler and Christopher Arndt.
+
 ==========
 Version 12
 ==========
diff --git a/README b/README
index 974d94905e4f30cca0894219a99f78638bf03d95..1e26591e80c483d97fadca4cdadcab04b6bb8cfc 100644 (file)
--- a/README
+++ b/README
@@ -20,12 +20,12 @@ Read INSTALL for information on installation.
 Using MIDI CCs to control jack_mixer
 ------------------------------------
 
-MIDI CCs can be used to control volume and balance/panorama of channels.
+MIDI CCs can be used to control volume, balance/panorama, mute, and solo
+of channels.
 
-The default controller for main channel volume is 7, and the default for
-main channel balance is 8.  Default controllers for added channels are
-chosen using predefined algorithm, first free controller starting from 11,
-first for volume, next for balance/panorama.
+Default controllers for added channels are chosen using predefined algorithm,
+first free controller starting from 11, first for volume, next for
+balance/panorama.
 
 So, if you don't delete channels, you will get CC#11 used for first input
 channel volume, CC#12 for first channel balance/panorama, CC#13 for second