From 40f5bc20ba0ebf1bc10291bae7328e4c258df51e Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Sat, 23 Nov 2019 15:13:41 +0700 Subject: audio/azr3: Added (tonewheel organ simulator). Signed-off-by: Willy Sudiarto Raharjo --- audio/azr3/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audio/azr3/README (limited to 'audio/azr3/README') diff --git a/audio/azr3/README b/audio/azr3/README new file mode 100644 index 0000000000..b6e9e2c8f4 --- /dev/null +++ b/audio/azr3/README @@ -0,0 +1,19 @@ +azr3 (tonewheel organ simulator for jack-audio-connection-kit) + +azr3 is a JACK port of the free VST plugin AZR-3. It is a tonewheel +organ with drawbars, distortion and rotating speakers. +The original was written by Rumpelrausch Täips + +The organ has three sections, two polyphonic with 9 drawbars each and +one monophonic bass section with 5 drawbars. The two polyphonic +sections respond to events on MIDI channel 1 and 2, and an optional +keyboard split function makes the bass section listen to the lower +keys on channel 1. + +This requires one of the jack varieties. + +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. -- cgit v1.2.3