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 /linearpan~.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 'linearpan~.pd')
-rw-r--r-- | linearpan~.pd | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/linearpan~.pd b/linearpan~.pd deleted file mode 100644 index 167919a..0000000 --- a/linearpan~.pd +++ /dev/null @@ -1,57 +0,0 @@ -#N canvas 180 287 446 568 10; -#X obj 121 27 inlet~; -#X obj 233 26 inlet; -#X obj 30 443 *~; -#X obj 30 472 outlet~; -#X obj 180 442 *~; -#X obj 180 471 outlet~; -#X text 37 492 left; -#X text 183 491 right; -#X obj 233 82 expr if($f1 > 0 \, $f1 \, 0); -#X obj 233 63 expr if($f1 < 1 \, $f1 \, 1); -#X text 246 49 filter so 0 < f < 1; -#X obj 46 157 expr 1 - $f1; -#X text 130 518 (C) Copyright 2004 Hans-Christoph Steiner; -#X text 234 534 released under the GNU GPL; -#X obj 196 418 line~; -#X obj 46 418 line~; -#X text 10 17 [linearpan~]; -#X obj 287 183 loadbang; -#X floatatom 295 244 7 0 0 3 blocksize_in_ms - -; -#X obj 270 184 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 --1; -#X obj 196 337 t f b; -#X obj 226 356 f; -#X obj 196 379 pack f f; -#X msg 196 399 \$1 \$2; -#X obj 46 337 t f b; -#X obj 76 356 f; -#X obj 46 379 pack f f; -#X msg 46 399 \$1 \$2; -#X obj 287 215 blocksize_in_ms; -#X connect 0 0 2 0; -#X connect 0 0 4 0; -#X connect 1 0 9 0; -#X connect 2 0 3 0; -#X connect 4 0 5 0; -#X connect 8 0 11 0; -#X connect 8 0 20 0; -#X connect 9 0 8 0; -#X connect 11 0 24 0; -#X connect 14 0 4 1; -#X connect 15 0 2 1; -#X connect 17 0 28 0; -#X connect 19 0 28 0; -#X connect 20 0 22 0; -#X connect 20 1 21 0; -#X connect 21 0 22 1; -#X connect 22 0 23 0; -#X connect 23 0 14 0; -#X connect 24 0 26 0; -#X connect 24 1 25 0; -#X connect 25 0 26 1; -#X connect 26 0 27 0; -#X connect 27 0 15 0; -#X connect 28 0 18 0; -#X connect 28 0 21 1; -#X connect 28 0 25 1; |