summaryrefslogtreecommitdiffstats
path: root/audio/ngjackspa/README
blob: b5a71ae436ca5dc52147d4be25aec1e17031360e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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, 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.

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.