[PD] [GEM] map text onto Geo

IOhannes m zmoelnig zmoelnig at iem.at
Wed Aug 16 15:30:12 CEST 2006


derek holzer wrote:
> IOhannes m zmoelnig wrote:
> .
>> [text3d] is like a [sphere], and not like a [pix_image].
>> use [pix_snap2tex] for such.
> 
> Thx!
> 
>>> Is there anything in HC's PD-Extended installer which supports 
>>> entering text with spaces? [symbol] doesn't do the job here either.
>>
>> a message box?
>> and then [l2s] to convert the message into a symbol.
> 
> I was hoping for something where the user didn't have to edit a patch 
> every time they wanted to change the text, but just type in real time.
> 

well, use the msg-box only for display and grab the keyboard input 
directly from [key].

something like the attached patch.


mfga.sdr
IOhannes
-------------- next part --------------
#N canvas 41 109 740 532 10;
#X obj 80 431 t b b;
#X msg 115 453 set;
#X obj 185 29 key;
#X obj 244 105 makefilename %c;
#X obj 185 53 moses 31;
#X obj 185 78 select 10;
#X obj 348 140 list;
#X obj 244 140 list prepend;
#X msg 371 105 bang;
#X obj 185 102 t b b;
#X obj 244 211 list2symbol;
#X msg 327 190 symbol;
#X obj 244 171 t a b;
#X obj 244 277 demux . . .;
#X msg 80 453 1;
#X obj 244 233 t s s;
#X obj 343 277 demux . . .;
#X msg 244 254 set \$1;
#X obj 343 256 symbol;
#X symbolatom 384 305 0 0 0 0 INPUT_1 - -;
#X symbolatom 426 344 0 0 0 0 INPUT_2 - -;
#X obj 384 328 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 426 364 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X msg 337 211 0;
#X obj 327 234 t f f b;
#X obj 71 367 cnv 15 140 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 76 372 click and type:;
#X obj 301 408 cnv 15 140 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X text 306 413 click and type:;
#X obj 327 468 t b b;
#X msg 362 490 set;
#X msg 327 490 2;
#X msg 80 391 INPUT_1;
#X msg 327 428 INPUT_2;
#X connect 0 0 14 0;
#X connect 0 1 1 0;
#X connect 1 0 32 0;
#X connect 2 0 4 0;
#X connect 3 0 7 0;
#X connect 4 0 5 0;
#X connect 4 1 3 0;
#X connect 5 0 9 0;
#X connect 6 0 7 1;
#X connect 7 0 6 0;
#X connect 7 0 12 0;
#X connect 8 0 7 1;
#X connect 9 0 18 0;
#X connect 9 1 8 0;
#X connect 10 0 15 0;
#X connect 11 0 10 1;
#X connect 12 0 10 0;
#X connect 12 1 11 0;
#X connect 13 1 32 0;
#X connect 13 2 33 0;
#X connect 14 0 24 0;
#X connect 15 0 17 0;
#X connect 15 1 18 1;
#X connect 16 1 19 0;
#X connect 16 2 20 0;
#X connect 17 0 13 0;
#X connect 18 0 16 0;
#X connect 19 0 21 0;
#X connect 20 0 22 0;
#X connect 23 0 24 0;
#X connect 24 0 13 1;
#X connect 24 1 16 1;
#X connect 24 2 7 1;
#X connect 29 0 31 0;
#X connect 29 1 30 0;
#X connect 30 0 33 0;
#X connect 31 0 24 0;
#X connect 32 0 0 0;
#X connect 33 0 29 0;


More information about the PD-list mailing list