aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 04:00:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-05 04:00:35 +0000
commit93673803249d94784718b1b33fbd599705a5c53e (patch)
treeb3eec5448d0ec9753f19726f9e22d3f590af0910 /debian/control
parent1452d94c6655721573faf4c995a1a0c979196762 (diff)
improved Debian files as part of filing Debian Intent-To-Package
svn path=/trunk/externals/motex/; revision=13754
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