summaryrefslogtreecommitdiffstats
path: root/audio/connie/README
diff options
context:
space:
mode:
author B. Watson2014-02-20 16:07:21 +0100
committer Erik Hanson2014-02-21 21:41:03 +0100
commit2e1a4f51f44680ab0fb65e6378827240536e8126 (patch)
treebb7458e05df9350eb9d40794803922a6603fb713 /audio/connie/README
parenteda39d7f73c10c3c6ce78b5e47bcc08be9ed5e70 (diff)
downloadslackbuilds-2e1a4f51f44680ab0fb65e6378827240536e8126.tar.gz
audio/connie: Added (organ synth for JACK).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/connie/README')
-rw-r--r--audio/connie/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/connie/README b/audio/connie/README
new file mode 100644
index 0000000000..e77f2c03c0
--- /dev/null
+++ b/audio/connie/README
@@ -0,0 +1,22 @@
+connie (organ synth for JACK)
+
+connie is a simple simulation of an electronic organ like e.g. Vox
+Continental, with JACK MIDI input and JACK audio output. Its design
+is lightweight, allowing it to be used on lower-end machines that
+might not be able to handle heavier synths (the author describes it as
+"eeepc-friendly").
+
+By default, connie is built with SSE math support. If installing on a
+system without SSE ("grep sse /proc/cpuinfo" will tell you), set SSE=no
+in the script's environment.
+
+connie's standard user interface is console-based. If you want to also
+build a simple Qt user interface, set QT=yes in the script's environment.
+The Qt version is called connie_qt4. It accepts the same arguments as
+the terminal version, but doesn't support any keyboard commands.
+
+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.