Hi,
I want to feed the log-output of an apache2 server into Pd. I know that
it is possible to pipe the access_log (or any other log-output) of the
apache2 to a process, by defining something like
CustomLog "|/usr/bin/send_to_pd" common
On the Pd side I would like to use a receive, or a netreceive object. My
problem is, that I don´t know how to join those two processes... Should
I try to write a script (bash, perl, python?), or is there a way to pipe
directly into pd?
thanks, marius.