From f40d8c3d61e9ac6a7a4e06f6bfc7a2567c38bb33 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 29 Apr 2003 16:52:44 +0000 Subject: sources from motex_1_1_3.tar.gz svn path=/trunk/externals/motex/; revision=603 --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..1302ea6 --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +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 ' 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 -- cgit v1.2.1