]> git.0d.be Git - jack_mixer.git/commitdiff
Add info about MIDI CC control
authorNedko Arnaudov <nedko@arnaudov.name>
Wed, 16 May 2007 23:10:46 +0000 (23:10 +0000)
committerNedko Arnaudov <nedko@arnaudov.name>
Wed, 16 May 2007 23:10:46 +0000 (23:10 +0000)
git-svn-id: svn://svn.gna.org/svn/jackmixer/code@70 330dde89-2920-0410-a79a-889b863ea5ce

README

diff --git a/README b/README
index 431ff113a8ef6844cf712acd273ef274e0a4f09c..ce545dadb0a0870b4b1d4743ec341a06d6387c4d 100644 (file)
--- a/README
+++ b/README
@@ -5,3 +5,23 @@ jack_mixer is licensed under GPL version 2, check gpl.txt for more info.
 
 Please visit project homepage is at http://home.gna.org/jackmixer/ for
 more info.
+
+= Using MIDI CCs to control jack_mixer =
+MIDI CCs can be used to control volume and balance/panorama of channels.
+
+Controller for main channel volume is 7
+Controller for main channel balance is 8
+
+Controller for input channels are choosen 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 channel volume, CC#14 for second channel balance/panorama,
+etc.
+
+MIDI CCs are accepted on any channel.
+
+MIDI CC values (0-127) are mapped to dBFS using current slider scale
+for corresponding channel.