diff options
author | B. Watson <yalhcru@gmail.com> | 2012-08-12 12:27:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-12 12:27:26 -0500 |
commit | dd0762e7bbc71f4e9f2b166aec1b8260eef3a2b1 (patch) | |
tree | 646536858cf75b4f0e0451b1c7451f7e38e65ec3 /audio/foo-yc20/README | |
parent | f616c2cd6f3dd13e66f9798793804e314f409ad5 (diff) | |
download | slackbuilds-dd0762e7bbc71f4e9f2b166aec1b8260eef3a2b1.tar.gz |
audio/foo-yc20: Added (Yamaha YC-20 organ emulator)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/foo-yc20/README')
-rw-r--r-- | audio/foo-yc20/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/foo-yc20/README b/audio/foo-yc20/README new file mode 100644 index 0000000000..b13425f54b --- /dev/null +++ b/audio/foo-yc20/README @@ -0,0 +1,22 @@ +foo-yc20 (Yamaha YC-20 organ emulator for JACK and LV2) + +This is an implementation of a 1969 designed Yamaha combo organ, +the YC-20. + +Original YC-20 organs have a touch vibrato control, which is vibrato +induced by horizontal movement of the keys. As there very few (almost +none) midi keyboards which produce such information, this feature has +been left out of the emulation. Instead of the touch vibrato control, +the control panel hosts a "realism" switch. + +This requires jack-audio-connection-kit and slv2. + +By default, the package is built with -march=native, which tells gcc +to use the host CPU's features such as SSE2. You can disable this by +passing FORCE_SLACK_CFLAGS=yes to the script. + +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. |