[PD-dev] bug: numbers create inconsistent symbols

Hans-Christoph Steiner hans at eds.org
Sun Mar 5 01:40:44 CET 2006


When creating a symbol out of a number, Pd generates different  
symbols depending on how you do it.  This generates a symbol with the  
contents "7", [symbol 7( :

[55(
|
[makefilename %c]

This generates a blank symbol, [symbol (:

[symbol 7(
|

This also generates a blank symbol, [symbol (:

[bang(
|
[symbol 7]

This generates a symbol with the contents "float", [symbol float(:

[7(
|
[symbol]

Only [makefilename %c] seems to do the right thing.  See attached  
patch to try for yourself.

.hc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: inconsistent_numeric_symbols.pd
Type: application/octet-stream
Size: 1382 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20060304/85a109ba/attachment.obj>
-------------- next part --------------

________________________________________________________________________ 
____

"Computer science is no more related to the computer than astronomy  
is related to the telescope."
                                                           -Edsger  
Dykstra



More information about the Pd-dev mailing list