[PD] cellular automata

Chris McCormick chris at mccormick.cx
Sun Dec 24 05:33:07 CET 2006


On Sat, Dec 23, 2006 at 12:05:45PM +0100, alberto.zin at poste.it wrote:
> 1) "sines" in the main patch abstraction is missing
> 2) "len" abstraction within resynth (and others) is missing
> 3) 2) error: tabread4~: bassshape: no such array
> ... you might be able to track this down from the Find menu.
> error: tabread4~: bshape: no such array
> error: tabread4~: snshape: no such array

Ah whoops. If only there was some way to bundle together all the required
abstractions with a patch[1]. That would be pretty awesome! ;)

I've attached the missing abstractions.

Best,

Chris.

[1] http://lists.puredata.info/pipermail/pd-list/2006-12/045240.html

-------------------
chris at mccormick.cx
http://mccormick.cx
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 42 129 list split 1;
#X obj 42 77 until;
#X obj 42 101 list append;
#X obj 134 129 bang;
#X obj 72 190 + 1;
#X obj 42 190 0;
#X obj 42 154 t b f;
#X msg 86 55 0;
#X obj 26 213 f;
#X obj 28 33 t b b l b;
#X obj 28 8 inlet;
#X obj 26 239 outlet;
#X connect 0 0 6 0;
#X connect 0 1 2 1;
#X connect 0 2 3 0;
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X connect 3 0 1 1;
#X connect 4 0 5 1;
#X connect 5 0 4 0;
#X connect 5 0 8 1;
#X connect 6 0 5 0;
#X connect 6 1 4 1;
#X connect 7 0 5 1;
#X connect 8 0 11 0;
#X connect 9 0 8 0;
#X connect 9 1 1 0;
#X connect 9 2 2 1;
#X connect 9 3 7 0;
#X connect 10 0 9 0;
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 8 -38 inlet;
#N canvas 0 0 450 300 graph13 0;
#X array \$1shape 1027 float 2;
#X coords 0 1 1027 -1 200 140 1;
#X restore 224 20 graph;
#X obj 8 39 list append;
#X obj 8 -14 t b l;
#X msg 8 13 sinesum 1024;
#X obj 8 68 list trim;
#X obj 8 95 s \$1shape;
#X obj 111 162 r time/startstop;
#X obj 111 183 select 0;
#X msg 111 225 \; \$1shape const 0 \;;
#X obj 111 204 symbol \$1;
#X obj 31 116 r time/tick;
#X msg 31 139 bang;
#X obj 31 161 delay 1000;
#X connect 0 0 3 0;
#X connect 2 0 5 0;
#X connect 3 0 4 0;
#X connect 3 1 2 1;
#X connect 4 0 2 0;
#X connect 5 0 6 0;
#X connect 7 0 8 0;
#X connect 8 0 10 0;
#X connect 10 0 9 0;
#X connect 11 0 12 0;
#X connect 12 0 13 0;
#X connect 13 0 10 0;


More information about the Pd-list mailing list