diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-22 02:03:52 -0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 02:03:52 -0900 |
commit | a0f38e425024f88a50a4487b000a7a8cdb9b81d4 (patch) | |
tree | c7617b1e493b67a735a0ed8ae87aaf20e85fad77 /audio/padthv1/README | |
parent | fb0f1108bbe851ea26d6071c4c5e6b389755211a (diff) | |
download | slackbuilds-a0f38e425024f88a50a4487b000a7a8cdb9b81d4.tar.gz |
audio/padthv1: Added (polyphonic synthesizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/padthv1/README')
-rw-r--r-- | audio/padthv1/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/padthv1/README b/audio/padthv1/README new file mode 100644 index 0000000000..6e38d32b67 --- /dev/null +++ b/audio/padthv1/README @@ -0,0 +1,15 @@ +padthv1 (an old-school polyphonic additive synth) + +padthv1 is an an old-school 4-oscillator additive polyphonic synthesizer +with stereo fx. It runs either as a standalone JACK application or an +LV2 instrument plugin. padthv1 is based on the PADsynth algorithm by +Paul Nasca, as a special variant of additive synthesis. + +Optional dependency: The LV2 instrument plugin requires lv2 to be +installed (auto-detected at compile time). + +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. |