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