B. Watson 2232e8f31a audio/connie: New-style icons. il y a 2 ans
..
README 2232e8f31a audio/connie: New-style icons. il y a 2 ans
connie.SlackBuild 2232e8f31a audio/connie: New-style icons. il y a 2 ans
connie.desktop 2e1a4f51f4 audio/connie: Added (organ synth for JACK). il y a 10 ans
connie.info aceb11e3ca audio/connie: Use a homepage that exists. il y a 3 ans
connie_qt4.desktop 2e1a4f51f4 audio/connie: Added (organ synth for JACK). il y a 10 ans
doinst.sh 2232e8f31a audio/connie: New-style icons. il y a 2 ans
setcap.sh 2e1a4f51f4 audio/connie: Added (organ synth for JACK). il y a 10 ans
slack-desc 2e1a4f51f4 audio/connie: Added (organ synth for JACK). il y a 10 ans

README

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, install qt4, then set QT=yes in this
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.