]> git.0d.be Git - jack_mixer.git/blob - README
update nsmclient.py
[jack_mixer.git] / README
1 jack_mixer -- Jack Audio Mixer
2 ==============================
3
4 jack_mixer is a GTK+ JACK audio mixer app with look similar to its hardware
5 counterpart.  It has lot of useful features, apart from being able to mix
6 multiple JACK audio streams.
7
8 It is licensed under GPL version 2 (or later), check COPYING for more info.
9
10 Please visit project homepage is at https://rdio.space/jackmixer/ for more
11 info.
12
13
14 Installation
15 ------------
16
17 Read INSTALL for information on installation.
18
19
20 Using MIDI CCs to control jack_mixer
21 ------------------------------------
22
23 MIDI CCs can be used to control volume, balance/panorama, mute, and solo
24 of channels.
25
26 Default controllers for added channels are chosen using predefined algorithm,
27 first free controller starting from 11, first for volume, next for
28 balance/panorama.
29
30 So, if you don't delete channels, you will get CC#11 used for first input
31 channel volume, CC#12 for first channel balance/panorama, CC#13 for second
32 channel volume, CC#14 for second channel balance/panorama, etc.
33
34 It is also possible to select other CCs when creating the channel, or
35 afterwards from the channel properties dialog (accessible by double clicking
36 on the channel name).
37
38 MIDI CC values (0-127) are mapped to dBFS using current slider scale for
39 corresponding channel.
40
41
42 Feedback
43 --------
44
45 If you have trouble getting jack_mixer working, find a bug or you miss some
46 feature, please contact the maintainer by email.
47
48 jack_mixer was initially written and supported by Nedko Arnaudov, it is now
49 maintained by Frederic Peters. You can reach Frederic at fpeters (a.t) 0d
50 (dot) be, and Nedko at nedko (a.t) arnaudov (dot) name.  They can also be
51 found in #lad on FreeNode (as fredp and nedko).