Thomas Grill wrote:
could you try if the beta version from http://grrrr.org/ext/beta solves your problem?
best greetings, Thomas
Yes! it did, thanks Thomas. (Please disregard the problem with Gem, apparently it was fake, i could not reproduce it with pyext2.0.)
By the way i am running into problems with the ._send() method of pyext. For example i would like to setup gemwin, to different configurations :
[pyx gemwin config] | [r gemwin] | [gemwin]
On windows, when i send:
._send('gemwin', 'create') i get no method for symbol
._send('gemwin', 'border', 0) i get the same message but it works on macosx...
._send('gemwin', 1) it works
sorry, i know sven already helped with that but i really get confused with this syntax and the terms symbol, list, float from Pd list, tuple, string, numbers of Python
Something else i am searching for is how do i exchange numarrays between pd and python.
Best, vincent