Re: [PD] Typewriter effect

2011-08-25 Thread brandt

maybe have a lookno documantation ... sorry

LG
der.brandt



Zitat von András Murányi muran...@gmail.com:

On Sun, Aug 21, 2011 at 17:29, Antonio Roberts  
anto...@hellocatfood.comwrote:



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



#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;___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
You could use [add2 $1( to add letters to a [text ( message box and send
that to text2d each time a letter is added.
gr,
Tim

2011/8/21 Antonio Roberts anto...@hellocatfood.com

 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

 --
 07875 006 245
 anto...@hellocatfood.com

 
 http://www.hellocatfood.com
 

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread András Murányi
On Sun, Aug 21, 2011 at 17:29, Antonio Roberts anto...@hellocatfood.comwrote:

 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
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread Antonio Roberts
Thanks Tim Vets, it worked great. Here's what I created
http://www.youtube.com/watch?v=EOzDdYahsrs

Ant

On 21 August 2011 16:58, tim vets timv...@gmail.com wrote:
 You could use [add2 $1( to add letters to a [text ( message box and send
 that to text2d each time a letter is added.
 gr,
 Tim

 2011/8/21 Antonio Roberts anto...@hellocatfood.com

 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

 --
 07875 006 245
 anto...@hellocatfood.com

 
 http://www.hellocatfood.com
 

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





-- 
07875 006 245
anto...@hellocatfood.com


http://www.hellocatfood.com


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread Hans-Christoph Steiner


Nice effect!  That'd be nice to have wrapped up in an object or  
library, so people should do stuff like the Star Wars into.


.hc

On Aug 21, 2011, at 5:54 PM, Antonio Roberts wrote:


Thanks Tim Vets, it worked great. Here's what I created
http://www.youtube.com/watch?v=EOzDdYahsrs

Ant

On 21 August 2011 16:58, tim vets timv...@gmail.com wrote:
You could use [add2 $1( to add letters to a [text ( message box and  
send

that to text2d each time a letter is added.
gr,
Tim

2011/8/21 Antonio Roberts anto...@hellocatfood.com


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

--
07875 006 245
anto...@hellocatfood.com


http://www.hellocatfood.com


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list







--
07875 006 245
anto...@hellocatfood.com


http://www.hellocatfood.com


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






News is what people want to keep hidden and everything else is  
publicity.  - Bill Moyers




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
no problem.
You may be able to do it character by character with [string $1 $2 $3 ...( .
and also a suggestion: randomize the drip speed ;)
gr,
Tim

2011/8/21 Antonio Roberts anto...@hellocatfood.com

 Thanks Tim Vets, it worked great. Here's what I created
 http://www.youtube.com/watch?v=EOzDdYahsrs

 Ant

 On 21 August 2011 16:58, tim vets timv...@gmail.com wrote:
  You could use [add2 $1( to add letters to a [text ( message box and send
  that to text2d each time a letter is added.
  gr,
  Tim
 
  2011/8/21 Antonio Roberts anto...@hellocatfood.com
 
  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
 
  --
  07875 006 245
  anto...@hellocatfood.com
 
  
  http://www.hellocatfood.com
  
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 



 --
 07875 006 245
 anto...@hellocatfood.com

 
 http://www.hellocatfood.com
 

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Typewriter effect

2011-08-21 Thread tim vets
Here's another example showing what I mean.
I couldn't test it with text3d right now,
(gem is compiled without font support)
but it should work.
I also don't know if [text2d] accepts [string ( but [text3d] does.
'asciify.pd', is an abstraction based on makefilename and list-find to get
the ascii values.
gr,
Tim

2011/8/22 tim vets timv...@gmail.com

 no problem.
 You may be able to do it character by character with [string $1 $2 $3 ...(
 .
 and also a suggestion: randomize the drip speed ;)
 gr,
 Tim

 2011/8/21 Antonio Roberts anto...@hellocatfood.com

 Thanks Tim Vets, it worked great. Here's what I created
 http://www.youtube.com/watch?v=EOzDdYahsrs

 Ant

 On 21 August 2011 16:58, tim vets timv...@gmail.com wrote:
  You could use [add2 $1( to add letters to a [text ( message box and send
  that to text2d each time a letter is added.
  gr,
  Tim
 
  2011/8/21 Antonio Roberts anto...@hellocatfood.com
 
  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
 
  --
  07875 006 245
  anto...@hellocatfood.com
 
  
  http://www.hellocatfood.com
  
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 



 --
 07875 006 245
 anto...@hellocatfood.com

 
 http://www.hellocatfood.com
 



#N canvas 181 94 632 367 10;
#X msg 75 219 string;
#X msg 75 194 add2 \$1;
#X obj 48 171 t b f;
#X msg 67 89 add2 \$1;
#X msg 48 125;
#X text 441 217 connect this to [text3d];
#X text 431 220 ;
#X msg 151 63 set;
#X obj 67 -14 s2l;
#X msg 82 -36 symbol;
#X obj 82 -57 loadbang;
#X symbolatom 48 -107 40 0 0 0 - - -;
#X obj 67 10 list-drip;
#X obj 67 39 sel _;
#X obj 94 64 asciify;
#X msg 67 64 32;
#X obj 48 -83 t b s b;
#X msg 184 64 set string;
#X obj 48 148 drip 200;
#X text 299 -105 type here;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 2 1 1 0;
#X connect 3 0 4 0;
#X connect 4 0 18 0;
#X connect 7 0 4 0;
#X connect 8 0 12 0;
#X connect 9 0 8 1;
#X connect 10 0 9 0;
#X connect 11 0 16 0;
#X connect 12 0 13 0;
#X connect 13 0 15 0;
#X connect 13 1 14 0;
#X connect 14 0 3 0;
#X connect 15 0 3 0;
#X connect 16 0 4 0;
#X connect 16 1 8 0;
#X connect 16 2 7 0;
#X connect 16 2 17 0;
#X connect 17 0 0 0;
#X connect 18 0 2 0;
#N canvas 64 37 519 396 10;
#X obj 25 280 list-find;
#X obj 104 158 makefilename %c;
#X obj 104 105 until;
#X obj 104 128 f;
#X obj 134 128 + 1;
#X obj 76 26 loadbang;
#X obj 25 26 inlet;
#X obj 76 253 list;
#X obj 104 223 list;
#X obj 104 193 list prepend;
#X obj 25 333 outlet;
#X text 28 361 2011 www.timvets.net;
#X obj 76 46 t b b b;
#X msg 135 80 0;
#X obj 25 308 + 1;
#X text 47 2 turns characters (symbols) into ascii values (floats)
;
#X msg 104 80 128;
#X connect 0 0 14 0;
#X connect 1 0 9 0;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 3 0 1 0;
#X connect 4 0 3 1;
#X connect 5 0 12 0;
#X connect 6 0 0 0;
#X connect 7 0 0 1;
#X connect 8 0 7 1;
#X connect 8 0 9 1;
#X connect 9 0 8 0;
#X connect 12 0 7 0;
#X connect 12 1 16 0;
#X connect 12 2 13 0;
#X connect 13 0 3 1;
#X connect 14 0 10 0;
#X connect 16 0 2 0;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list