diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 04:00:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 04:00:35 +0000 |
commit | 93673803249d94784718b1b33fbd599705a5c53e (patch) | |
tree | b3eec5448d0ec9753f19726f9e22d3f590af0910 /debian | |
parent | 1452d94c6655721573faf4c995a1a0c979196762 (diff) |
improved Debian files as part of filing Debian Intent-To-Package
svn path=/trunk/externals/motex/; revision=13754
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 20 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 19 insertions, 3 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 diff --git a/debian/copyright b/debian/copyright index 7fe1c6e..93b59ba 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Debianized-By: Hans-Christoph Steiner <hans@eds.org> Debianized-Date: Tue, 9 Feb 2010 17:14:25 -0400 Original-Source: http://www.reverberant.com/pd/motex_1_1_3.tar.gz Files: * -Copyright: 2001, Iain Mott +Copyright: 2001, Iain Mott <iain.mott@bigpond.com> License: GPL-2+ This package is free software; you can redistribute it and/or modify |