pattr @bindto argument in presentation mode?
Hello,
I'm writing a touch application in Max. I'm using the pattr object with the argument pattr @bindto Turntable_1::patching_rect
. This allows me to dynamically update the position and size of a dial object with the scripting name Turntable_1
My problem is that when in presentation mode, Turntable_1 no longer seem to bind to the pattr object and will not send its vital screen positioning back to the touch screen logic in my parent patch.
I have looked at ways of binding to objects in subpatchers and bpatchers but can't seem to find a way of binding to objects in presentation mode.
Any ideas?
Yes indeed, Just figured it out as I checked your reply. It works, thank you. Although that doesn't seem to be documented anywhere???