version/1.0
[ng-jackspa.git] / README
blob701288f06d53b6c9333ba0b3dacfd1948c63eb7a
1 README for ng-jackspa
2 =====================
4 ng-jackspa is a set of simple interfaces that host a LADSPA plugin, providing
5 JACK ports for its audio inputs and outputs, and dynamic setting of its control
6 inputs.
8 njackspa::
9         Visual interface for the terminal written using ncurses.
11 gjackspa::
12         GTK+ graphical interface for X11 written using gtkmm-2.4.
14 qjackspa::
15         Qt graphical interface for X11 written using Qt 4.
17 jackspa-cli::
18         Command-line interface for the terminal without dynamic setting of the
19         control inputs.
21 ng-jackspa is a fork/continuation of
22 link:http://code.google.com/p/jackspa/[jackspa].  ng-jackspa can stand either
23 for next generation jackspa or for ncurses/GTK+ jackspa.
26 Resources
27 ---------
29 * For a more detailed description see the manual page linkpage:ng-jackspa[1].
31 * The link:https://gna.org/projects/ngjackspa[official homepage] is at Gna!.
32   There you might find up-to-date information and releases.
34 * Release notes listing important user-visible changes are available in a
35   separate file link:NEWS.html['NEWS'].
38 Installation instructions
39 -------------------------
40 Download links, installation instructions and a list of dependencies can be
41 found in the file link:INSTALL.html['INSTALL'].
44 // Information about bugs and limitations can be found in the file 'BUGS'.
45 include::BUGS[]
48 Credits & License
49 -----------------
50 ng-jackspa has been written by G.raud Meyer (g_raud chez gna.org).  The
51 original project of which it is a forked continuation was written by Nick
52 Thomas.  The ncurses interface is based on njconnect by Pawel/Xj.
54 ng-jackspa is free software; you can redistribute and/or modify if under the
55 terms of the GNU General Public License version 2 as published by the Free
56 Software Foundation.  The full text of the license can be found in the root of
57 the project sources, in the file 'COPYING'.  Otherwise see
58 <http://www.gnu.org/licenses/>.