forked from rncbc/qjackctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
146 lines (104 loc) · 4.64 KB
/
README
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
QjackCtl - JACK Audio Connection Kit Qt GUI Interface
-----------------------------------------------------
QjackCtl is a simple Qt application to control the JACK sound server
(http://jackaudio.org), for the Linux Audio infrastructure.
Written in C++ around the Qt framework for X11, most exclusively using
Qt Designer.
Provides a simple GUI dialog for setting several JACK server parameters,
which are properly saved between sessions, and a way control of the
status of the audio server. With time, this primordial interface has
become richer by including a enhanced patchbay and connection control
features.
Homepage: https://qjackctl.sourceforge.io
http://qjackctl.sourceforge.net
License: GNU General Public License (GPL)
Requirements
------------
The software requirements for build and runtime are listed as follows:
Mandatory:
- Qt framework, C++ class library and tools for
cross-platform application and UI development
https://qt.io/
- JACK Audio Connection Kit
https://jackaudio.org/
Optional (opted-in at build time):
- ALSA, Advanced Linux Sound Architecture
https://www.alsa-project.org/
Installation
------------
The installation procedure follows the standard for source distributions:
./configure [--prefix=/usr/local]
make
and optionally as root:
make install
This procedure will end installing the following files:
${prefix}/bin/qjackctl
${prefix}/share/pixmaps/qjackctl.png
${prefix}/share/applications/qjackctl.desktop
${prefix}/share/qjackctl/translations/qjackctl_*.qm
${prefix}/share/man/man1/qjackctl.1
Just launch ${prefix}/bin/qjackctl and you're off (hopefully).
If you're checking out from Git, you'll have to prepare the
configure script just before you proceed with the above instructions:
./autogen.sh
Configuration
-------------
QjackCtl holds its settings and configuration state per user, in a file
located as $HOME/.config/rncbc.org/QjackCtl.conf . Normally, there's no
need to edit this file, as it is recreated and rewritten everytime
qjackctl is run.
Bugs
----
Probably plenty still, QjackCtl maybe considered on beta stage already.
It has been locally tested since JACK release 0.98.0, with custom 2.4
kernels with low-latency, preemptible and capabilities enabling patches.
As for 2.6 kernels, the emergence of Ingo Molnar's Realtime Preemption
kernel patch it's being now recommended for your taking benefit of the
realtime and low-latency audio pleasure JACK can give.
Support
-------
QjackCtl is open source free software. For bug reports, feature
requests, discussion forums, mailling lists, or any other matter
related to the development of this piece of software, please use the
Sourceforge project page (https://sourceforge.net/projects/qjackctl).
You can also find timely and closer contact information on my personal
web site (https://www.rncbc.org).
Acknowledgments
---------------
QjackCtl's user interface layout (and the whole idea for that matter)
was partially borrowed from origoinal Lawrie Abbott's jacko project,
which was taken from wxWindow/Python into the Qt/C++ arena.
Since 2003-08-06, qjackctl has been included in the awesome Planet CCRMA
(http://ccrma-www.stanford.edu/planetccrma/software/) software collection.
Thanks a lot Fernando!
Here are some people who helped this project in one way or another,
and in fair and strict alphabetic order:
Alexandre Prokoudine Kasper Souren
Andreas Persson Kjetil Matheussen
Arnout Engelen Ken Ellinwood
Austin Acton Lawrie Abbott
Ben Powers Lee Revell
Chris Cannam Lucas Brasilino
Dan Nigrin Marc-Olivier Barre
Dave Moore Mark Knecht
Dave Phillips Matthias Nagorni
Dirk Jagdmann Melanie
Dominic Sacre Nedko Arnaudov
Fernando Pablo Lopez-Lezcano Orm Finnendahl
Filipe Tomas Paul Davis
Florian Schmidt Robert Jonsson
Fons Adriaensen Robin Gareus
Geoff Beasley Roland Mas
Jack O'Quin Sampo Savolainen
Jacob Meuser Stephane Letz
Jesse Chappell Steve Harris
Joachim Deguara Taybin Rutkin
John Schneiderman Wilfried Huss
Jussi Laako Wolfgang Woehl
Karsten Wiese
A special mention should go to the translators of QjackCtl (see TRANSLATORS).
Thanks to you all.
--
rncbc aka Rui Nuno Capela
rncbc at rncbc dot org
https://www.rncbc.org