hi just wondering how I could send a bang to an object with [pyext] ? I tryed: self._send(rcvname, "bang") but of course I get the error 'No method for symbol' because my object receives the *string* "bang" is there any workaround for this ?
what I try to achieve is get the current value of this object, so I thought about binding it and sending it a bang. maybe there is a way to retrieve the current value of this object directly with some method I overlooked ? like: self._receive(sndname) that would be nice =)
cheers, _y