blob: 1302ea63c392c6a51bb2617d31754b2b13a31729 (
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
|
Pd externals by Iain Mott (iain.mott@bigpond.com)
The makefile for this collection is configured for Linux only - Linux binaries included.
Each external has a demonstration Pd patch (*.pd) associated with it.
Source contents:
polygate~ - switch between multiple signal inputs - variable fade rate both linear & equal power
shuffle - a no-repeat random generator - outputs numbers within a set range
pan~ - equal power stereo panning
system - sends a system message to the console
ln~ - natural log + inverse
rec2pol~ - convert rectangular coordinates to polar eg. can be used to
convert sine & cosine rfft~ output to phase & magnitude
pol2rec~ - inverse of rec2pol~
getenv - Sends value of an environment variable argument on bang.
Use a 'set <NAME>' message to reset the variable name.
two other related patches:
polvoc.pd - example of pol2rec~ etc
noisegate~.pd - simple noisegate used in above
See also 'sqlsingle.tar.gz' archive for the 'sqlsingle' eternal. This object allows communication
and data retrieval from a PostgreSQL database in Pd.
|