[PD] number to symbol

Martin Peach martinrp at vax2.concordia.ca
Thu Nov 10 20:03:34 CET 2005


Brad Kligerman wrote:

> What is the difference between [makefilename %d] and [makefilename %c] ??


%d prints a decimal value, %c prints an ascii character, %s prints a 
string, %X a hexadecimal value.
%f always prints 0.000 for some reason, instead of a float value.

Martin





More information about the Pd-list mailing list