diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-07 07:29:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:18 +0700 |
commit | 9fc45d82b45faccfbebca1fa168673a6ba2a90b4 (patch) | |
tree | de44e43ef4d324862a2b3298dd203641f3f7f73b /audio/samplv1/README | |
parent | b699c37203b27748578c41d6c81652c1f85ed4b7 (diff) | |
download | slackbuilds-9fc45d82b45faccfbebca1fa168673a6ba2a90b4.tar.gz |
audio/samplv1: Added (polyphonic sampler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/samplv1/README')
-rw-r--r-- | audio/samplv1/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/samplv1/README b/audio/samplv1/README new file mode 100644 index 0000000000..a91b61e3ec --- /dev/null +++ b/audio/samplv1/README @@ -0,0 +1,14 @@ +samplv1 (an old-school polyphonic sampler) + +samplv1 is an old-school all-digital polyphonic sampler synthesizer +with stereo fx. It runs either as a standalone JACK application or an +LV2 instrument plugin. + +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. |