JS dispatch attribute value changed

jmca's icon

I'm changing a bound attribute from JS. All works in JS, the attribute value is changed by proof of a post statement. Now in the the patcher the pattr bound object will not update the value UNLESS i send a specif "bang" message to it. The object is set to update on value change (in the inspector) and I've used notifyclients() in JS. Is there anyway for this patcher bound pattr object to update automatically from JS attribute change? Also, what does notifyclients() actually do then?