diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-07 18:13:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-07 18:13:10 +0000 |
commit | d824a537c1dc0885eb0e54d6062d733a89ecb674 (patch) | |
tree | d3addbfc5932d3193fb8fb5e97dbef9f81e04946 | |
parent | 72e242c60be21ebd0f536e8265bdd4fc8845b4c9 (diff) |
fixed error in Description:
svn path=/trunk/externals/motex/; revision=13766
-rw-r--r-- | debian/control | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/control b/debian/control index ac74458..85090c4 100644 --- a/debian/control +++ b/debian/control @@ -11,11 +11,10 @@ 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. - + 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 + 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 @@ -24,7 +23,3 @@ Description: Pd Externals by Iain Mott 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 |