[PD] hiding the name of an array

Mathieu Bouchard matju at artengine.ca
Tue May 24 04:45:28 CEST 2005


On Mon, 23 May 2005, Hans-Christoph Steiner wrote:
> Is there anyway to hide the name of an array on the canvas?  I made an object 
> that used a GOP array and I'd like to prevent the $0-array from showing up.

search for {%s} in pd/src/g_array.c, and in the statement you find, 
replace:

   x->x_name->s_name,

by:

   "",

and then all labels will disappear once you do "make && make install" 
again.

,-o--------o--------o--------o-. ,---. irc.freenode.net #dataflow |
| The Diagram is the Program tm| | ,-o-------------o--------------o-.
`-o------------o-------------o-' | | Mathieu Bouchard (Montréal QC) |
   | téléphone:+1.514.383.3801`---' `-o-- http://artengine.ca/matju -'


More information about the Pd-list mailing list