-
drand48
Hi I am pretty new to pure data, I am writing an external that renders 3d graphics and needs lots of inlets, for controlling rendering parameters. I wasn't able to change the size of the object displayed by PD that seems to adapt to the external name length, I tryied changing the te_width parameter of t_object, but it doesn't seem to work. Is there any way to do this?
thanx -
drand48
Yea I think i will use the unused parameters solution for now "obj ,,,,,,,,,,,," I 've seen that around in the meentime,
It's not very user friendly and a bit unreadable to have many inlets but I need those parameters to be updated one at the time.
I will def. look at GEM and see how it handles those situations
thanks!