diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-26 02:07:50 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-12-26 02:07:50 +0000 |
commit | a3570a460160241c2690b0cff824d270e69ec33d (patch) | |
tree | 35fc3acd1d2213e23493754c204a63415331647a /gogins_pan~-help.pd | |
parent | ffbeedb25bedaa0745bdd0552c78a1bfcbc2edaf (diff) |
added panning algorithms from http://www.csounds.com/ezine/autumn1999/beginners/
svn path=/trunk/externals/hcs/pan/; revision=4295
Diffstat (limited to 'gogins_pan~-help.pd')
-rw-r--r-- | gogins_pan~-help.pd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gogins_pan~-help.pd b/gogins_pan~-help.pd new file mode 100644 index 0000000..3e513a3 --- /dev/null +++ b/gogins_pan~-help.pd @@ -0,0 +1,27 @@ +#N canvas 7 59 485 328 10; +#X obj 5 2 cnv 15 450 20 empty empty [gogins_pan~] 2 11 1 18 -233017 +-66577 0; +#X obj 422 3 pddp; +#X text 27 270 (C) Copyright 2004 Hans-Christoph Steiner <hans@at.or.at> +; +#X text 244 284 released under the GNU GPL; +#X obj 224 149 hsl 128 20 0 1 0 1 empty empty pan_position 6 10 1 11 +-262131 -1 -1 0 0; +#X obj 113 131 osc~ 250; +#X obj 113 152 *~ 0.5; +#X obj 362 186 tgl 25 0 empty empty DSP 3 12 1 9 -24198 -1 -1 0 1; +#X msg 362 218 \; pd dsp \$1; +#X text 17 82 The left inlet takes the audio signal and the right inlet +takes the control signal with 0 = left \, 1 = right \, and 0.5 = center. +; +#X obj 122 231 dac~ 1 2; +#X obj 114 187 gogins_pan~; +#X text 15 36 Pan a mono signal using an algorithm posted by Michael +Gogins to the Csound list. The aim is to have the pan feel like its +wrapping around more.; +#X connect 4 0 11 1; +#X connect 5 0 6 0; +#X connect 6 0 11 0; +#X connect 7 0 8 0; +#X connect 11 0 10 0; +#X connect 11 1 10 1; |