danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

stream access for message passing #3

Closed danomatika closed 13 years ago

danomatika commented 13 years ago

It would be nice to have automatic type handling via the C++ stream operator <<: pd << BeginMsg() << "a string" << 100 << 2929.22 << EndMsg();

Also, BeginMsg could take a receive object as the target: pd << ofxPdBeginMsg("receive1") ...

danomatika commented 13 years ago

This is now implemented for both messages and midi.