hi
I don't know if it's worth reporting this but just in case...
if I bind [nbx] to a `recv' method in a py script, it does not output its value after receiving a bang from the script. attached is debug_nbx.py and debug.pd patch to show the behavior.
anyway, thanks for the good work, py/pyext is amazing ;)
cheers, _y
Hi Yvan, thanks for reporting - that seems to a bug, although hard to say where situated. I'll look into it. gr~~~
Am 12.03.2011 um 17:19 schrieb Yvan Volochine:
hi
I don't know if it's worth reporting this but just in case...
if I bind [nbx] to a `recv' method in a py script, it does not output its value after receiving a bang from the script. attached is debug_nbx.py and debug.pd patch to show the behavior.
anyway, thanks for the good work, py/pyext is amazing ;)
cheers, _y <debug_nbx.py><debug.pd>_______________________________________________ ext mailing list ext@grrrr.org http://grrrr.org/cgi-bin/mailman/listinfo/ext
-- Thomas Grill http://grrrr.org +43 699 19715543
On Sat, Mar 12, 2011 at 8:31 PM, Thomas Grill gr@grrrr.org wrote:
Hi Yvan, thanks for reporting - that seems to a bug, although hard to say where situated. I'll look into it.
this is fixed by using self._send(rcvname, "bang" ())
cheers, _y