I'm looking for a way to be able to communicate with a Pure Data patch via C programming - I suppose this is different from writing an external in C which involves writing patches themselves. I only need to communicate and make changes in existing patches. For instance, in the patch shown in the image:
I need to find a way to change the delay parameters programmatically, in the case of the three objects delwrite~
, *~
, and delread~
. I wish to write a simple C program that communicates with Pure Data, loads the patch and makes the required changes. Any insights would be appreciated.