pattr bindto problem...
I am trying to bindto a slider in my patcher. The problem I am
encountering is that when I do a loadmess and send a message
to the pattr it fails. It seems as though the loadmess gets sent
before the pattr gets a chance to bindto the object. This
initialization dependency causes the pattr to be permenantly
disabled. Is there a way I can get notification when the patcher
is completely done instatiating everything so that I can send
a message to the pattr? I have pasted an example below:
Max Patch
Copy patch and select New From Clipboard in Max.
Until a better solution is built into pattr itself, putting a
"deferlow" object between the loadmess and the pattr object fixes this.
jb
Max Patch
Copy patch and select New From Clipboard in Max.