aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-11 20:42:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-11 20:42:49 +0000
commitab075c8c109d64b71bf7f252c9132e904ccf3148 (patch)
tree4d320cb988db59837747ef01b12f1fa8d34ce30c /debian/control
parent64eb9df8a6edd5f9abbbbf7774b7817a7d7d6ab9 (diff)
removed debian folder since the Debian stuff is now here: http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary
svn path=/trunk/externals/motex/; revision=13791
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 85090c4..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: pd-motex
-Section: sound
-Priority: optional
-Maintainer: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata
-Standards-Version: 3.8.3
-Homepage: http://puredata.info
-
-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:
- 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.