summaryrefslogtreecommitdiffstats
path: root/audio/ngjackspa/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ngjackspa/README')
-rw-r--r--audio/ngjackspa/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/ngjackspa/README b/audio/ngjackspa/README
index b876b5fed5..832e3b44e8 100644
--- a/audio/ngjackspa/README
+++ b/audio/ngjackspa/README
@@ -6,9 +6,14 @@ setting of its control inputs. Additionally, the plugin controls can
be exported to or controlled by control voltages on standard JACK audio
ports.
-By default, both the Qt and gtkmm user interfaces are built.
-To disable one or both of them, set QT=no and/or GTKMM=no in the
-script's environment.
+By default, the command-line (jackspa-cli), ncurses (njackspa), and
+gtkmm (gjackspa) user interfaces are built, and the qt4 one (qjackspa)
+is disabled. To build the qt4 UI, export QT=yes in the script's
+environment. You can also disable gtkmm with GTKMM=no.
+
+Note: gjackspa and qjackspa won't appear in your desktop startup menu.
+This is because they require command-line arguments (the plugin
+library and ID).
This package uses POSIX filesystem capabilities to execute with
elevated privileges (required for realtime audio processing). This