diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-09 04:12:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-09 04:12:32 +0000 |
commit | 6b2dfe14ffb4b32cbceab83845204ec0d944dbf1 (patch) | |
tree | 2f261c1fcc129898e2f051fdf1d10eca2cc62d37 /externals/deprecated/doc | |
parent | 8992b34bc48ed799dc4acd8758e866aac67e6ca5 (diff) |
cleaned up buildsrc and unfiltered sections and turned them into libdirs; made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there
svn path=/trunk/; revision=5529
Diffstat (limited to 'externals/deprecated/doc')
-rw-r--r-- | externals/deprecated/doc/pan_gogins~-README.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/externals/deprecated/doc/pan_gogins~-README.txt b/externals/deprecated/doc/pan_gogins~-README.txt new file mode 100644 index 00000000..7a059ef2 --- /dev/null +++ b/externals/deprecated/doc/pan_gogins~-README.txt @@ -0,0 +1,39 @@ +*********************************************************************** + File: pan_gogins~.c (a quick hack of pan~.c) + Auth: Marco Scoffier [marco@metm.org] modified code by + Iain Mott [iain.mott@bigpond.com] + Maintainer (of pan~.c) : Iain Mott [iain.mott@bigpond.com] + Date: March 2003 + + Description: Pd signal external. Stereo panning implementing an + algorithm concieved by Michael Gogins and described at + http://www.csounds.com/ezine/autumn1999/beginners/ + Angle input specified in degrees. -45 left, 0 centre, 45 right. + See supporting Pd patch: pan_gogins~.pd + + Copyright (C) 2001 by Iain Mott [iain.mott@bigpond.com] + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License, which should be included with this + program, for more details. + +*********************************************************************** +I only tested this patch under linux. + +INSTALLATION: + + type make pd_linux (or your platform's make target see Makefile) + + cp pan_gogins~.pd_linux to your pd/externs directory, + or somewhere in your pd -path + + cp pan_gogins~.pd into your pd/docs/5.reference directory + +Enjoy |