[PD] PYEXT : send messages - symbols & lists

vincent rioux vincent.rioux at no-log.org
Tue Oct 25 10:46:11 CEST 2005


Hi Thomas,
is there a way to format and send "simple" messages from within a pyext 
object?
I guess this is trivial but i always stumble across the fact that the 
_send command prepends a 'symbol' or a 'list' flag.
for example:

self._send('pdp_rec', 'jpeg', 100)
wil output:
list jpeg 100

and

self._send('pdp_rec', 'start')
will output:
symbol start

the only trick i found is to route this output with
route list
and send the ouput of 'route' to the input of the object i want to script...

best regards,
vincent






More information about the Pd-list mailing list