aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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.