cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.31k stars 939 forks source link

OSC: added methods for removing all listeners and getting all listeners. #2309

Closed richardeakin closed 1 year ago

richardeakin commented 1 year ago

I use removeAllListeners() when doing complete re-initializations, and getListeners() for showing clients in the GUI.