-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (96 loc) · 3.68 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>jack_mixer — Jack Audio Mixer</title>
<link rel="stylesheet" type="text/css" href="jackmixer.css" />
<link rel="icon" type="image/png" href="jack_mixer-16.png" />
</head>
<body>
<div id="page">
<div id="header">
<img src="jack_mixer-128.png" alt=""/>
<h1>jack_mixer</h1>
<span>JACK Audio Mixer</span>
</div>
<div id="quicklinks">
<div id="download">
<h2>Download</h2>
<p>
The most recent version of jack_mixer is <strong>18</strong> and was
released on November 9th, 2023.
</p>
<ul>
<li><a href="http://packman.links2linux.de/package/jack_mixer">Binary and
source packages</a> for <a href="http://www.opensuse.org/">openSUSE</a>
are available from <a href="http://packman.links2linux.de/">PackMan</a>.
</li>
<li>A <a href="https://www.archlinux.org/packages/community/x86_64/jack_mixer/"
>package for Arch Linux</a> is available in the community repository.
</li>
<li>You can download source code tarball from
<a href="./tarballs/">here</a> or from the Github
<a href="https://github.com/jack-mixer/jack_mixer/releases/tag/release-18">release</a>.
</li>
<li>And code development and issue tracking is available in the
<a href="https://github.com/jack-mixer/jack_mixer">GitHub jack_mixer project</a>.
</li>
<!-- repo not regularly updated anymore
<li>Alternatively you can also access the latest changes from the
<a href="http://repo.or.cz/w/jack_mixer.git">Git repository</a> hosted on
<a href="http://repo.or.gz">repo.or.gz</a></li>
-->
</ul>
</div>
</div>
<div id="content">
<h2>What is jack_mixer?</h2>
<p>
<strong>jack_mixer</strong> is a <a href="http://www.gtk.org">GTK</a>
<a href="http://jackaudio.org">JACK</a> audio mixer app with a look
similar to its hardware counterpart. It has lot of useful features, apart
from being able to mix multiple JACK audio streams.
</p>
<p>
It is licensed under GPL version 2 (or later).
</p>
<h2>Features</h2>
<ul>
<li>Mix any number of input channels (mono or stereo).</li>
<li>Control balance, faders, mute and solo with MIDI commands.</li>
<li>Handle session management with <a
href="https://new-session-manager.jackaudio.org/">New Session
Manager</a> (NSM) and LADISH (L1).</li>
<li>Create as many mono or stereo outputs as necessary.</li>
<li>Quickly monitor inputs (PFL) and outputs.</li>
<li>...</li>
</ul>
<h2>Screenshots</h2>
<div class="figure">
<div><img src="screenshots/jack_mixer-dsheeler-20200723.apng"/></div>
<span>jack_mixer in action</span>
</div>
<h2>Feedback</h2>
<p>
If you have trouble getting jack_mixer working, find a bug or you
miss some feature, do not hesitate to
<a href="https://github.com/jack-mixer/jack_mixer/issues">open an issue</a> on GitHub.
</p>
<p>
jack_mixer was initially written and supported by Nedko Arnaudov, it was
later maintained by Frédéric Péters and is now maintained by
Christopher Arndt.
Most recently,
the primary developers are Daniel Sheeler at dsheeler (a.t) pobox (dot)
com and Christopher Arndt at chris (a.t) chrisarndt (dot) de, and you
can also usually find these folks in #jack_mixer or #lad on Libera
(as fpeters, nedko, dsheeler and strogon14).
</p>
<p>
Last but not least the icon has been created by Lapo Calamandrei.
</p>
</div>
</div> <!-- page -->
</body>
</html>