aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 18 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 69fb9a8..c3abe8f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,5 +10,21 @@ Package: pd-motex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pd
Description: Pd Externals by Iain Mott
- A collection of externals from Iain Mott that mostly provide some
- math functions.
+ A collection of externals from Iain Mott that mostly provide some
+ math functions.
+
+ 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