From 2a5a823d12708ca0fa5c56347593afd9ce3b9b83 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 7 Feb 2006 18:23:33 +0000 Subject: added Ben Saylor's pvoc~ and partconv~ from his sources so they can be added to Pd-extended svn path=/trunk/externals/bsaylor/; revision=4566 --- README.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..87bea76 --- /dev/null +++ b/README.txt @@ -0,0 +1,39 @@ + +aenv~ is a asymptotic ADSR envelope generator; The output value approaches the +target values as asymptotes. + + + +partconv~ is an external that implements partitioned fast convolution, +suitable for convolving input signals with long impulse responses for reverbs, +etc. This release offers much improved performance, as well as independence +of the partition size and your patch's blocksize. It includes Altivec code +from Chris Clepper. There's also some SSE 1 code that produces almost correct +results but doesn't seem to improve performance. If you are familiar with SSE +and want to have a go at writing an SSE version, please do! +partconv~ requires FFTW3 (http://fftw.org) + + + +pvoc~ is a phase vocoder based on Pd's 09.pvoc.pd example patch. Advantages over the abstraction include (reportedly) faster execution, instantaneous response to input, and adjustable phase locking. It requires FFTW3. +bensaylor's Home + + + +susloop~: sample player with various loop methods (ping-pong, ... ) think +tracker. svf~ This is a signal-controlled port of Steve Harris' state +variable filter LADSPA plugin. + + + +svf~: a signal-controlled port of Steve Harris' state variable filter +LADSPA plugin (http://plugin.org.uk). + + + +zhzhx~: Turns the input signal into a staticky, distorted mess. Comes with tone +control. + + + +Benjamin R. Saylor -- cgit v1.2.1