Pass height/width to cairo.Surface.create_similar as integers
[jack_mixer.git] / README
blobce545dadb0a0870b4b1d4743ec341a06d6387c4d
1 jack_mixer is GTK (2.x) JACK audio mixer app with look similar to it`s
2 hardware counterparts
4 jack_mixer is licensed under GPL version 2, check gpl.txt for more info.
6 Please visit project homepage is at http://home.gna.org/jackmixer/ for
7 more info.
9 = Using MIDI CCs to control jack_mixer =
10 MIDI CCs can be used to control volume and balance/panorama of channels.
12 Controller for main channel volume is 7
13 Controller for main channel balance is 8
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.
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.
24 MIDI CCs are accepted on any channel.
26 MIDI CC values (0-127) are mapped to dBFS using current slider scale
27 for corresponding channel.