-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (35 loc) · 1.39 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
jackie: a small jack daemon controller
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2009-10-04 version 0.5
* added internationalization
* fr_FR translation provided
2009-10-04 version 0.4
* allow jackd to be already running
* rewrote config parsing
* added transport menu entry
* rewrote xrun detection
2009-09-09 version 0.3
* added patchbay program launcher
2009-09-08 version 0.2
* added begining preference dialog
2009-09-07 version 0.1
* changed menu disposition
* moved start and stop into one start/stop menu entry
2009-09-06
* rewritten configuration parsing
2009-09-05
* configuration file parsing and storing
2009-09-04
* created tray-icon and right-click menu
* Quit menuitem actually quits the app
* jackie.png borrowed from qjackctl project