hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put two symbols together without a space. actually it would be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
Hi,
Here's another question along the same lines:
I am trying to create filenames automatically. I know I am able to do this with makefilename. However, it does not support spaces and I must be able to use spaces in the filenames. Is there another way to do this, such as concatenating strings, etc. Or, is there an easy way to eliminate spaces in filenames in Windows XP? (I have 7000+ files so it's not possible to do this manually)
Thanks
Korhan
-----Original Message----- From: pd-list-admin@iem.at [mailto:pd-list-admin@iem.at] On Behalf Of Bradon Webb Sent: 08 Şubat 2004 Pazar 23:35 To: pd-list@iem.at Subject: [PD] list2symbol
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put two symbols together without a space. actually it would be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
KE> Or, is there an easy way to KE> eliminate spaces in filenames in Windows XP? (I have 7000+ files so it's KE> not possible to do this manually)
http://jackass.arsware.org/rm.php
or others ... lot of rename utilities around ...
++ aym3ric. http://bleu255.com
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put two symbols together without a space. actually it would be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
I know of makesymbol, but do not know how it is used?
do I use like this?
[A-N1( [stp17( | / [makesymbol] |
= ?
| [A-N1stp17( ????
--- David NG McCallum d@mentalfloss.ca wrote:
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put
two
symbols together without a space. actually it
would
be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
hello, attachement is the makesymbol help.
I think you should use :
[A-N1( [stp17( | / [pack s s] | [makesymbol %s_%s] | | [A-N1_stp17(
cyrille
Bradon Webb wrote:
I know of makesymbol, but do not know how it is used?
do I use like this?
[A-N1( [stp17( | / [makesymbol] |
= ?
| [A-N1stp17( ????
--- David NG McCallum d@mentalfloss.ca wrote:
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put
two
symbols together without a space. actually it
would
be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
#N canvas 131 0 725 654 10; #X obj 57 15 makesymbol; #X text 56 39 makesymbol is something between the "symbol" and the "makefilename" object.; #X text 56 79 Any list (with up to 10 members) on the first input will be applied on a C-like format-string that can be either given as an argument on the second input or as a creation-argument.; #X text 58 150 The result will be a symbol.; #X obj 59 267 makesymbol; #X obj 61 591 makesymbol %s_is_%s; #X msg 14 246 bang; #X msg 11 359 bang; #X msg 10 570 bang; #X msg 232 246 symbol cat; #X msg 59 208 symbol horse; #X msg 59 233 symbol cow; #X obj 58 380 makesymbol house; #X msg 61 349 symbol castle; #X msg 232 221 symbol %ss; #X symbolatom 233 196 0 0 0 0 - - -; #X symbolatom 59 182 0 0 0 0 - - -; #X symbolatom 232 310 0 0 0 0 - - -; #X msg 61 562 list conan back; #X floatatom 128 511 0 0 0 0 - - -; #X obj 61 536 pack s 12; #X msg 61 488 symbol eleven; #X obj 59 293 print A; #X obj 58 405 print B; #X obj 61 615 print C; #X msg 232 335 symbol %d; #X msg 232 359 symbol %s; #X text 320 360 only %s does; #X text 319 328 %d , %f... won't work properly; #X text 321 241 if the right inlet (mask) does not have any format-tags , the left one won't get through !!; #X floatatom 62 460 0 0 0 0 - - -; #X text 149 461 it doesn't matter whether you are using numbers , symbols...; #X text 254 541 note:: every member of the list will be converted to a STRING , so there's no use , using %d , %f...; #X floatatom 59 324 0 0 0 0 - - -; #X text 353 338 (at least , you won't get what you normally want) ; #X connect 4 0 22 0; #X connect 5 0 24 0; #X connect 6 0 4 0; #X connect 7 0 12 0; #X connect 8 0 5 0; #X connect 9 0 4 1; #X connect 10 0 4 0; #X connect 11 0 4 0; #X connect 12 0 23 0; #X connect 13 0 12 0; #X connect 14 0 4 1; #X connect 15 0 4 1; #X connect 16 0 4 0; #X connect 17 0 12 1; #X connect 18 0 5 0; #X connect 19 0 20 1; #X connect 20 0 5 0; #X connect 21 0 20 0; #X connect 25 0 12 1; #X connect 26 0 12 1; #X connect 30 0 5 0; #X connect 33 0 12 0;
Thank You!
understanding at last. I have been wanting to do that for some time... such a simple thing, yet so difficult to understand without the documentation.
Bless your soul, bradon
--- Cyrille Henry cyrille.henry@la-kitchen.fr wrote:
hello, attachement is the makesymbol help.
I think you should use :
[A-N1( [stp17( | / [pack s s] | [makesymbol %s_%s] | | [A-N1_stp17(
cyrille
Bradon Webb wrote:
I know of makesymbol, but do not know how it is
used?
do I use like this?
[A-N1( [stp17( | / [makesymbol] |
= ?
| [A-N1stp17( ????
--- David NG McCallum d@mentalfloss.ca wrote:
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the
following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put
two
symbols together without a space. actually it
would
be good if I could - between them. Maybe I need
a
different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
#N canvas 131 0 725 654 10;
#X obj 57 15 makesymbol; #X text 56 39 makesymbol is something between the "symbol" and the "makefilename" object.; #X text 56 79 Any list (with up to 10 members) on the first input will be applied on a C-like format-string that can be either given as an argument on the second input or as a creation-argument.; #X text 58 150 The result will be a symbol.; #X obj 59 267 makesymbol; #X obj 61 591 makesymbol %s_is_%s; #X msg 14 246 bang; #X msg 11 359 bang; #X msg 10 570 bang; #X msg 232 246 symbol cat; #X msg 59 208 symbol horse; #X msg 59 233 symbol cow; #X obj 58 380 makesymbol house; #X msg 61 349 symbol castle; #X msg 232 221 symbol %ss; #X symbolatom 233 196 0 0 0 0 - - -; #X symbolatom 59 182 0 0 0 0 - - -; #X symbolatom 232 310 0 0 0 0 - - -; #X msg 61 562 list conan back; #X floatatom 128 511 0 0 0 0 - - -; #X obj 61 536 pack s 12; #X msg 61 488 symbol eleven; #X obj 59 293 print A; #X obj 58 405 print B; #X obj 61 615 print C; #X msg 232 335 symbol %d; #X msg 232 359 symbol %s; #X text 320 360 only %s does; #X text 319 328 %d , %f... won't work properly; #X text 321 241 if the right inlet (mask) does not have any format-tags , the left one won't get through !!; #X floatatom 62 460 0 0 0 0 - - -; #X text 149 461 it doesn't matter whether you are using numbers , symbols...; #X text 254 541 note:: every member of the list will be converted to a STRING , so there's no use , using %d , %f...; #X floatatom 59 324 0 0 0 0 - - -; #X text 353 338 (at least , you won't get what you normally want) ; #X connect 4 0 22 0; #X connect 5 0 24 0; #X connect 6 0 4 0; #X connect 7 0 12 0; #X connect 8 0 5 0; #X connect 9 0 4 1; #X connect 10 0 4 0; #X connect 11 0 4 0; #X connect 12 0 23 0; #X connect 13 0 12 0; #X connect 14 0 4 1; #X connect 15 0 4 1; #X connect 16 0 4 0; #X connect 17 0 12 1; #X connect 18 0 5 0; #X connect 19 0 20 1; #X connect 20 0 5 0; #X connect 21 0 20 0; #X connect 25 0 12 1; #X connect 26 0 12 1; #X connect 30 0 5 0; #X connect 33 0 12 0;
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
oh, If makesymbol is like makefilename this may not work for what I am trying to do...
my two symbols are variables so that they change.
A-N1 A-N2 A-N3 A-R1 A-R2 B-N1 B-N2....
stp1 stp2 stp3...
so I want to put these two sets of variable names together. If makesymbol I must put say [makesymbol A-N1%s] where the left inlet would recieve the variable [stp17( then I would have to have some hundred makesymbols, and then route them somehow so that [makesymbol A-N1%s], [makesymbol A-N2%s], [makesymbol A-N3%s]... it seems like there should be a better way, I have many variables that I want to put together.
confused, and not explaining very well???
thanks for any more help. bradon
--- David NG McCallum d@mentalfloss.ca wrote:
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put
two
symbols together without a space. actually it
would
be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
I am getting close to a solution where I am using makesymbol like this;
[A-R1( [-stp7( | | [symbol] [symbol] | / | / [pack s s] | [makesymbol] | [set $1( | [A-R1-stp7*a bunch of cryptic character garbage on the end*(
why does makesymbol add all the cyrptic characters to the end?
Is there a way to remove the characters, It seems like this is an error, however I am not sure if I am using this object correctly, and I do not know of the documentation with it.?
My appoligies to the list for being unclear and sending scattered thoughts.
bradon
--- Bradon Webb amodiuslonodium@yahoo.com wrote:
oh, If makesymbol is like
makefilename this may not
work for what I am trying to do...
my two symbols are variabl
es so that they change.
A-N1 A-N2 A-N3 A-R1 A-R2 B-N1 B-N2....
stp1 stp2 stp3...
so I want to put these two sets of variable names together. If makesymbol I must put say [makesymbol A-N1%s] where the left inlet would recieve the variable [stp17( then I would have to have some hundred makesymbols, and then route them somehow so that [makesymbol A-N1%s], [makesymbol A-N2%s], [makesymbol A-N3%s]... it seems like there should be a better way, I have many variables that I want to put together.
confused, and not explaining very well???
thanks for any more help. bradon
--- David NG McCallum d@mentalfloss.ca wrote:
Bradon,
Have you tried makesymbol in zexy?
David
. . David McCallum . Music wants to be free . http://sintheta.org .
on 08/02/2004 22:35 Bradon Webb said the
following:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to
put
two
symbols together without a space. actually it
would
be good if I could - between them. Maybe I need
a
different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing
online.
http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
pardon me for not explaining well enough maybe. The below (copied) behavior is what I am desiring, however when I use list2symbol it seems to put a space between the elements? maybe I am using the old version of zexy?
(copied) Hallo, Edward George hat gesagt: // Edward George wrote:
Can you concatenate symbols, ie take symbols 'foo' &
'bar' and output
'foobar'? Or indeed symbols + floats ie 'foo' and '64' to
'foo64'?
IIR, the newest list2symbol in zexy can do that.
Frank Barknecht _ ______footils.org__ (copied)
--- Bradon Webb amodiuslonodium@yahoo.com wrote:
hello,
does anyone know why [list2symbol] puts a space between elements in the list? I am trying to put two symbols together without a space. actually it would be good if I could - between them. Maybe I need a different object?
for example.
I want to make [A-N2( [stp17( \ / \ / \ / \ / [ ?????? ] | | | [A-N2-stp17(
thanks,
Bradon
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
Bradon Webb wrote:
pardon me for not explaining well enough maybe. The below (copied) behavior is what I am desiring, however when I use list2symbol it seems to put a space between the elements? maybe I am using the old version of zexy?
in newer versions of zexy you have a second inlet where you can set the separator to anything that you want (like "-separator-"). it defaults to " " to not break old patches. you can give an empty symbol as shown in the attached patch to have no separator at all.
an updated version of zexy should be found at ftp://ftp.iem.at/pd/Externals/ZEXY
mfg.ad.sr IOhannes
#N canvas 0 0 450 300 10; #X obj 103 199 l2s; #X obj 143 171 symbol; #X obj 147 133 loadbang; #X msg 84 77 a list without spaces; #X symbolatom 102 233 20 0 0 0 - - -; #X connect 0 0 4 0; #X connect 1 0 0 1; #X connect 2 0 1 0; #X connect 3 0 0 0;