Documentation is in the class headers as well as in the examples: https://github.com/danomatika/ofxPd https://github.com/danomatika/ofxPd
Also, ofxPd is a light wrapper around the libpd C++ interface: https://github.com/libpd/libpd/wiki/cpp#overview https://github.com/libpd/libpd/wiki/cpp#overview
Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Nov 10, 2016, at 2:53 PM, pd-list-request@lists.iem.at wrote:
From: Robert Grah <smilingmolecule@web.de mailto:smilingmolecule@web.de> Subject: [PD] ofxPd, libPd, style of communication/calls between lib and c++ Date: November 10, 2016 at 2:53:00 PM MST To: "Pd-list" <Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at>
Hey there,
I just discovered how easy libPd can be integrated into openframeworks with ofxPd. I am wondering how the both communicate and sending messages.
Which protocol is used and in which thread and speed is the communication running? Are real c++ functions called or is there somethin like sockets osc or so used? Can someone enlighten me. Couldnt find something online so far.
Cheers, Robert