Hi, does anyone know if there is an object that converts a number (key number) to a symbol ?
Cheers, Timon.
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
For the latter check out Marc Lavallee's [ascii2any]
Is that what your after?
.b.
Hi, does anyone know if there is an object that converts a number (key number) to a symbol ?
Cheers, Timon.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
B. Bogart wrote:
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
just for completeness: [makefilename %d]
For the latter check out Marc Lavallee's [ascii2any]
or - if you prefer built-ins like me- use [makefilename %c]
mfg.asd.r IOhannes
IOhannes m zmoelnig wrote:
B. Bogart wrote:
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
just for completeness: [makefilename %d]
For the latter check out Marc Lavallee's [ascii2any]
or - if you prefer built-ins like me- use [makefilename %c]
Funny, I tried this and found:
[123] | [makefilename %c] | [symbol]
freezes the patch and sets pd in a state I newer saw before, pd refuses to work but doesn't freeze completely itself (0.38.3 and 0.39.0, on XP).
Siegfried
What is the difference between [makefilename %d] and [makefilename %c] ?? ::Brad.
On 11/9/05, IOhannes m zmoelnig zmoelnig@iem.at wrote:
B. Bogart wrote:
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
just for completeness: [makefilename %d]
For the latter check out Marc Lavallee's [ascii2any]
or - if you prefer built-ins like me- use [makefilename %c]
mfg.asd.r IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The same as the difference between:
printf("Integer: %d", 12);
and
printf("Integer: %c", 12);
One represents "32" as a decimal "32"
The second represents "32" as a character (ASCII code) " " [space]
b.
What is the difference between [makefilename %d] and [makefilename %c] ?? ::Brad.
On 11/9/05, IOhannes m zmoelnig zmoelnig@iem.at wrote:
B. Bogart wrote:
What do you mean?
float 12 -> symbol 12 ?
Or do you mean the ASCII table value "32" turns into " " [space] ?
For the former check out [makesymbol], [tosymbol] and [makefilename]
just for completeness: [makefilename %d]
For the latter check out Marc Lavallee's [ascii2any]
or - if you prefer built-ins like me- use [makefilename %c]
mfg.asd.r IOhannes
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
I've resolved that problem once with merging the float with a symbol, like that:
[key] | [$1-key( | [symbol]
Pat
___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette version sur http://fr.messenger.yahoo.com