[PD] Typewriter effect

brandt at subnet.at brandt at subnet.at
Thu Aug 25 11:00:27 CEST 2011


maybe have a look....no documantation ... sorry

LG
der.brandt



Zitat von "András Murányi" <muranyia at gmail.com>:

> On Sun, Aug 21, 2011 at 17:29, Antonio Roberts  
> <antonio at hellocatfood.com>wrote:
>
>> Is there a way to get a typewriter effect using pd i.e. have letters
>> appear one character at a time?
>>
>> I was thinking I could send the text to [text2d] using [drip] but that
>> just displays one character/word at a time.
>>
>> Cheers,
>>
>> Ant
>>
>
> http://lists.puredata.info/search/Pd-list?query=typewriter ?
>
> Andras
>

-------------- next part --------------
#N canvas 496 205 500 446 10;
#X obj 94 86 textfile;
#X obj 93 41 openpanel;
#X obj 94 17 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 94 61 read \$1;
#X obj 183 31 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 18 62 rewind;
#X obj 305 159 print;
#X msg 359 26 set \$1;
#X msg 361 46 hielt;
#X obj 129 133 list length;
#X obj 73 160 list;
#X obj 129 156 until;
#X obj 128 178 f;
#X obj 153 179 + 1;
#X msg 211 74 1;
#X msg 77 296 text \$1 \$2 \$3 \$4 \$5;
#X msg 128 207 adddollar \$1;
#X obj 183 51 t b b b;
#X obj 24 121 del 10;
#X obj 23 326 text3d;
#X obj 19 227 gemhead;
#X obj 110 230 t b b a b;
#X msg 239 76 set text;
#X floatatom 106 342 5 0 0 0 - - -;
#X connect 0 0 9 0;
#X connect 0 0 6 0;
#X connect 0 0 10 1;
#X connect 1 0 3 0;
#X connect 2 0 1 0;
#X connect 3 0 0 0;
#X connect 4 0 17 0;
#X connect 5 0 0 0;
#X connect 7 0 8 0;
#X connect 9 0 11 0;
#X connect 10 0 15 0;
#X connect 11 0 12 0;
#X connect 12 0 13 0;
#X connect 12 0 16 0;
#X connect 13 0 12 1;
#X connect 14 0 12 1;
#X connect 15 0 19 0;
#X connect 16 0 21 0;
#X connect 17 0 0 0;
#X connect 17 1 14 0;
#X connect 17 2 22 0;
#X connect 18 0 10 0;
#X connect 20 0 19 0;
#X connect 21 0 15 0;
#X connect 21 1 18 0;
#X connect 21 2 15 0;
#X connect 22 0 15 0;
#X connect 23 0 19 1;


More information about the Pd-list mailing list