openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

Osc fix take 2 [includes tests for ofxOscMessage and Receiver] #7925

Closed artificiel closed 2 months ago

artificiel commented 5 months ago

ofxOsc: a few touchups

artificiel commented 5 months ago

the previous changes were too complex, simply constifiying a single constructor covers all cases (I don't think it is necessary to explicitly cover &&, and without ambiguity, everything down to const char * also gets correctly processed)

ofTheo commented 4 months ago

looks good to me!