diff options
Diffstat (limited to 'examples/puredata/xtract')
-rw-r--r-- | examples/puredata/xtract/a_blockswap~.pd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/puredata/xtract/a_blockswap~.pd b/examples/puredata/xtract/a_blockswap~.pd new file mode 100644 index 0000000..959ecfd --- /dev/null +++ b/examples/puredata/xtract/a_blockswap~.pd @@ -0,0 +1,29 @@ +#N canvas 670 208 475 328 10; +#X obj 70 159 samplerate~; +#X obj 70 223 phasor~; +#X msg 163 159 0.5; +#X obj 23 10 inlet~; +#X obj 23 34 tabsend~ input; +#X obj 385 4 table input; +#X obj 76 272 tabread~ input; +#X obj 75 299 outlet~; +#X obj 70 194 / \$1; +#X obj 141 78 loadbang; +#X text 232 72 Clone of zexy blockswap~; +#X text 232 90 First argument gives block size; +#X msg 209 158 \; input resize \$1; +#X obj 141 109 t b b b; +#X obj 75 249 *~ \$1; +#X obj 209 135 f \$1; +#X connect 0 0 8 0; +#X connect 1 0 14 0; +#X connect 2 0 1 1; +#X connect 3 0 4 0; +#X connect 6 0 7 0; +#X connect 8 0 1 0; +#X connect 9 0 13 0; +#X connect 13 0 0 0; +#X connect 13 1 2 0; +#X connect 13 2 15 0; +#X connect 14 0 6 0; +#X connect 15 0 12 0; |