diff options
author | B. Watson <yalhcru@gmail.com> | 2014-02-18 18:20:50 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:56 -0600 |
commit | 8f537fb3ee92c9703fe4afb5822edf7b384904bb (patch) | |
tree | a10460893693c245cb7af6c379a4f9b6eab2c7e3 /audio/ngjackspa/README | |
parent | 9da5bc0dffe7973e2a406fb1dd3554e62969ce2a (diff) | |
download | slackbuilds-8f537fb3ee92c9703fe4afb5822edf7b384904bb.tar.gz |
audio/ngjackspa: Added (JACK host for LADSPA plugins).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ngjackspa/README')
-rw-r--r-- | audio/ngjackspa/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/ngjackspa/README b/audio/ngjackspa/README new file mode 100644 index 0000000000..bf98e7d1a0 --- /dev/null +++ b/audio/ngjackspa/README @@ -0,0 +1,16 @@ +ngjackspa (JACK host for LADSPA plugins) + +ngjackspa is a set of simple user interfaces that host a LADSPA plugin, +providing JACK ports for its audio inputs and outputs, and dynamic 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, the Qt user interface is built, and the gtkmm UI is disabled. +To disable Qt, set QT=no in the script's environment. To enable gtkmm, +set GTKMM=yes (this will require gtkmm to be installed, of course). + +This package uses POSIX filesystem capabilities to execute with +elevated privileges (required for realtime audio processing). This +may be considered a security/stability risk. Please read +http://www.slackbuilds.org/caps/ for more information. To disable +capabilities, pass SETCAP=no to the script. |