diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-07 07:25:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:17 +0700 |
commit | b699c37203b27748578c41d6c81652c1f85ed4b7 (patch) | |
tree | b0425be81d01d57ae023c33a8ecfee80658a2b64 /audio/drumkv1/README | |
parent | b86c467877e34b58c68e95a2557b23a4da4d4f7e (diff) |
audio/drumkv1: Added (JACK/LV2 drum machine).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/drumkv1/README')
-rw-r--r-- | audio/drumkv1/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/drumkv1/README b/audio/drumkv1/README new file mode 100644 index 0000000000000..4b84354f9800c --- /dev/null +++ b/audio/drumkv1/README @@ -0,0 +1,14 @@ +drumkv1 (JACK/LV2 drum machine) + +drumkv1 is an old-school all-digital drum-kit 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. |