]> git.0d.be Git - jack_mixer.git/blob - README.md
Update and improve README and convert to Markdown
[jack_mixer.git] / README.md
1 jack_mixer -- Jack Audio Mixer
2 ==============================
3
4 **jack_mixer** is a GTK+ JACK audio mixer app with a look & handling similar to
5 hardware mixing desks. It has lot of useful features, apart from being able to
6 mix multiple JACK audio streams.
7
8 It is licensed under GPL version 2 (or later), check the file [COPYING] for
9 more information.
10
11 Please visit the project's homepage at https://rdio.space/jackmixer/ for more
12 information.
13
14
15 ## Installation
16
17 To build and install jack_mixer one would typically run:
18
19 ```console
20 ./autogen.sh --prefix=/usr
21 make
22 sudo make install
23 ```
24
25 Please read the file [INSTALL] for more information.
26
27
28 ## Using MIDI CCs to control jack_mixer
29
30 MIDI Control Change messages (CCs) can be used to control volume,
31 balance/panorama, mute, and solo of input and output channels.
32
33 The default controllers for added channels are chosen using a predefined
34 algorithm: the first free controller starting from #11, first for volume, next
35 for balance/panorama, then mute and finally solo.
36
37 So, if you don't delete channels, CC#11 will control the first channel's
38 volume, CC#12 the balance/panorama, CC#13 the mute and CC#14 the solo switch.
39 CC#15 will control the second channel' volume, CC#16 it's balance/panorama, and
40 so on.
41
42 It is also possible to set other CCs when creating a channel, or afterwards
43 from the channel properties dialog (accessible from the menu or by double
44 clicking on the channel name).
45
46 MIDI CC values (0-127) are mapped to dBFS using the current slider scale for
47 the corresponding channel.
48
49
50 ## Feedback
51
52 If you have trouble getting jack_mixer working, find a bug or you miss some
53 feature, please [create an issue] on GitHub or contact the maintainer by email.
54
55 jack_mixer was initially written and supported by Nedko Arnaudov, it is now
56 maintained by Frédéric Peters. You can reach Frédéric at fpeters (a.t) 0d (dot)
57 be, and Nedko at nedko (a.t) arnaudov (dot) name.
58
59
60 [COPYING]: ./COPYING
61 [INSTALL]: ./INSTALL
62 [create an issue]: https://github.com/jack-mixer/jack_mixer/issues