[PD] PYEXT : send messages - symbols & lists

sven ml.sven at subscience.de
Tue Oct 25 14:12:44 CEST 2005


At 12:41 25.10.2005, vincent rioux wrote:


>>self._send('pdp_rec', ('jpeg', 100))
>>you have to enclose the arguments in a tuple.
>>
>>sven.
>
>well, I do actually get the same pb.
>if I make a print of the outlet of the receiver, in that case [r pdp_rec]
>I get
>list jpeg 100

sorry, i was wrong:

self._send('pdp_rec', 'jpeg', (100,))

would be the solution.

sven. 





More information about the Pd-list mailing list