Hi,

I need to embed the Pd sound synthesis engine inside a C++ program. Basically, I'd like to compile it as a dynamic library. This library should provide API functions to start/stop the audio output and to send messages to set the values of symbols inside the patch currently loaded inside the Pd engine. Something similar to what it was done here:
http://www.iua.upf.edu/~malonso/pdplugin/

I'm new to Pd coding, I'd appreciate very much any help on how to do this.

Thanks,
Andres