aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 87bea76efefe3b3dab994970d5c8733f79b0730d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 <bensaylor@fastmail.fm>