[PD] Fast line~s

Frank Barknecht barknech at ph-cip.uni-koeln.de
Sat Mar 9 15:57:37 CET 2002


sme hat gesagt: // sme wrote:

> i think this is, because the delay-object cannot go below a vectorsize of
> 64. the block~ 1 does not seem to change this...
Yes, you're right. I tested this with attached patch. So I guess I'll have
to find another approach for my lineseg~ patch...

[OTOH I think, ggee's envgen~ already works like lineseg~, I'd just rather
like a pure abstraction solution.]

bye,
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\	
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \	
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 
-------------- next part --------------
#N canvas 415 361 691 352 10;
#N canvas 0 0 450 300 graph1 0;
#X array out 3000 float 0;
#X coords 0 2 2999 -1 200 140 1;
#X restore 410 118 graph;
#X obj 201 221 line~;
#X obj 104 263 tabwrite~ out;
#X obj 104 96 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1
-1;
#X msg 141 159 1 1.2;
#X msg 201 159 0.5 20;
#X msg 267 158 0 10;
#X obj 222 128 del 20;
#X msg 234 265 \; out const 0;
#X obj 435 66 block~ 1;
#X obj 153 128 del 1.2;
#X msg 158 72 10;
#X msg 193 72 1.2;
#X text 130 44 del times: 1.2 doesn't work \, 10 does;
#X connect 1 0 2 0;
#X connect 3 0 4 0;
#X connect 3 0 2 0;
#X connect 3 0 10 0;
#X connect 4 0 1 0;
#X connect 5 0 1 0;
#X connect 6 0 1 0;
#X connect 7 0 6 0;
#X connect 10 0 5 0;
#X connect 10 0 7 0;
#X connect 11 0 10 1;
#X connect 12 0 10 1;


More information about the Pd-list mailing list