ng-jackspa.1: example connecting several jackspa instances
[ng-jackspa.git] / README
blob8d4f613bd6bb3506d52df7bd37afcffea7814dc8
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 For a more detailed description see the manual page linkpage:ng-jackspa[1].
23 ng-jackspa is a fork/continuation of
24 link:http://code.google.com/p/jackspa/[jackspa].  ng-jackspa can stand either
25 for next generation jackspa or for ncurses/GTK+ jackspa.