Hi,
I wanted to plea to increase the possibilities of tcl-tk control with
messages. I am working on something with data structures, where a dynamic
scaling factor would be really helpful. If a "properties f f 0/1 f f f f f
f f f" message would be possible to send to a patch, that would really be
a gain (in this particular case only the first two fields would be needed).
But this is actually something very general that is missing in pd. I'm
sure it's not hard to change the tcl-tk code to include the missing
commands (if someone tells me how to do it I could try), and they would
really allow people to go to another level in their patch design,
specially with automation - in both normal GUI design and specially in
with data structures. It's a pity to see all those still unpossible
commands in the pd-msg patches.
João Miguel Pais
On Tue, 30 May 2006, João Miguel Pais wrote:
If a "properties f f 0/1 f f f f f f f f" message would be possible to send to a patch, that would really be a gain (in this particular case only the first two fields would be needed).
What would such a message do? because I can't guess it
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada
If a "properties f f 0/1 f f f f f f f f" message would be possible to send to a patch, that would really be a gain (in this particular case only the first two fields would be needed).
What would such a message do? because I can't guess it
that's the canvas (patch, not gui) properties window, I thought it was
clear. the first 2 numbers would be perfect for data structures
presentation, it would be possible to rescale them on the fly.
the other ones would make it possible to rescale / change the properties
of a gop (or an array, which is a gop anyway) also that fast. as people
begin to use these 'hidden' (and not yet fully developed) capabilities of
pd, it would be better to develop the program as well.