aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 18:21:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 18:21:24 +0000
commite643122ec4c39da56aa8fa1a7c31faa2e94f9035 (patch)
tree5d8905420c83b6b94746f4efdf2ae2209c253e3e /README
parent5b830ab4cbbe6526d045c26638ef87521d39db25 (diff)
updated libdir style projects with latest version of Makefile template
svn path=/trunk/externals/motex/; revision=13377
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 0 insertions, 36 deletions
diff --git a/README b/README
deleted file mode 100644
index 1302ea6..0000000
--- a/README
+++ /dev/null
@@ -1,36 +0,0 @@
-Pd externals by Iain Mott (iain.mott@bigpond.com)
-
-The makefile for this collection is configured for Linux only - Linux binaries included.
-
-Each external has a demonstration Pd patch (*.pd) associated with it.
-
-Source contents:
-
-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
-
-
-See also 'sqlsingle.tar.gz' archive for the 'sqlsingle' eternal. This object allows communication
-and data retrieval from a PostgreSQL database in Pd. \ No newline at end of file