diff options
-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 |