Re: [PD] ofxPd, libPd, style of communication/calls between lib and c++

2016-11-10 Thread Dan Wilcox
molec...@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" mailto:Pd-list@lists.iem.at>> > > > Hey there, > > I just discovered how easy libPd can be in

[PD] ofxPd, libPd, style of communication/calls between lib and c++

2016-11-10 Thread Robert Grah
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