]> git.0d.be Git - jack_mixer.git/blob - README
Replace the "see above" by the most probable explanation
[jack_mixer.git] / README
1 jack_mixer is GTK (2.x) JACK audio mixer app with look similar to it`s
2 hardware counterparts
3
4 jack_mixer is licensed under GPL version 2, check gpl.txt for more info.
5
6 Please visit project homepage is at http://home.gna.org/jackmixer/ for
7 more info.
8
9 = Using MIDI CCs to control jack_mixer =
10 MIDI CCs can be used to control volume and balance/panorama of channels.
11
12 Controller for main channel volume is 7
13 Controller for main channel balance is 8
14
15 Controller for input channels are choosen using predefined algorithm,
16 first free controller starting from 11, first for volume, next for
17 balance/panorama.
18
19 So, if you don't delete channels, you will get CC#11 used for first
20 input channel volume, CC#12 for first channel balance/panorama, CC#13
21 for second channel volume, CC#14 for second channel balance/panorama,
22 etc.
23
24 MIDI CCs are accepted on any channel.
25
26 MIDI CC values (0-127) are mapped to dBFS using current slider scale
27 for corresponding channel.