You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 3254fa09de
audio/connie: i486 => i586.
9 years ago
..
README audio/connie: Added (organ synth for JACK). 12 years ago
connie.SlackBuild audio/connie: i486 => i586. 9 years ago
connie.desktop audio/connie: Added (organ synth for JACK). 12 years ago
connie.info audio/connie: Added (organ synth for JACK). 12 years ago
connie_qt4.desktop audio/connie: Added (organ synth for JACK). 12 years ago
doinst.sh audio/connie: Added (organ synth for JACK). 12 years ago
setcap.sh audio/connie: Added (organ synth for JACK). 12 years ago
slack-desc audio/connie: Added (organ synth for JACK). 12 years ago

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, 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.