diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-07-23 10:01:56 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:55 +0200 |
commit | 9b76d2cfe25558b3f1951fcf8ee26982beca1e48 (patch) | |
tree | 44c03f39241e7f542a3488f905ec0381c5008711 /sc4pd/pd | |
parent | 1975cbb20fda8e57b3d923358cf5007605af421c (diff) |
added LinCong ugen
svn path=/trunk/externals/tb/; revision=1887
Diffstat (limited to 'sc4pd/pd')
-rw-r--r-- | sc4pd/pd/lincong.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sc4pd/pd/lincong.pd b/sc4pd/pd/lincong.pd new file mode 100644 index 0000000..c777695 --- /dev/null +++ b/sc4pd/pd/lincong.pd @@ -0,0 +1,17 @@ +#N canvas 257 167 708 300 10; +#X obj 132 247 dac~; +#X obj 228 253 print~; +#X obj 309 229 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 286 73 LinCong 100 103 140 120002; +#X obj 267 32 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X floatatom 295 110 10 0 0 0 - - -; +#X obj 577 226 block~ 64; +#X obj 22 142 LinCong~ 13437 1433.34 1.34233e+06 4.33243e+09; +#X connect 2 0 1 0; +#X connect 3 0 5 0; +#X connect 4 0 3 0; +#X connect 7 0 0 0; +#X connect 7 0 0 1; +#X connect 7 0 1 0; |