diff options
author | B. Watson <yalhcru@gmail.com> | 2011-07-19 12:41:15 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-07-21 22:52:13 -0500 |
commit | d08ff4eee0c0afdb5f0ab2c69ae30332b5d5d226 (patch) | |
tree | cfe87a637dabe512263c6be3975f015d6d66d1f3 /audio/tapiir/README | |
parent | 0e8972c67af32e292296bfcba2b96cb4cd6fab57 (diff) | |
download | slackbuilds-d08ff4eee0c0afdb5f0ab2c69ae30332b5d5d226.tar.gz |
audio/tapiir: Added (software multitap delay w/ realtime audio I/O)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/tapiir/README')
-rw-r--r-- | audio/tapiir/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/tapiir/README b/audio/tapiir/README new file mode 100644 index 0000000000..814d476785 --- /dev/null +++ b/audio/tapiir/README @@ -0,0 +1,17 @@ +tapiir (software multitap delay with realtime audio I/O) + +tapiir's internal processing modules consist of six delay-lines, each +with a mixer at it's input and a gain control at it's output, and a +stereo output mixer. Stereo input from an external source, typically a +musical instrument, is routed to all input mixers. In addition to this, +the output of each delay line is also routed to the input mixers of all +delay lines, including itself. + +This requires fltk and jack-audio-connection-kit. + +If you're running an OSSv4-only system with JACK, try passing ALSA=no +to this script to omit ALSA support. Untested by script author; if it +works for you, please let me know. + +The example presets can be found /usr/doc/tapiir-0.7.3/examples/; most +of these sound pretty good. |