openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

OpenFrameworks is a cross platform open source toolkit for creative coding in C++.

Results 3 openFrameworks issues
Sort by recently updated
recently updated
newest added

When including ofxOsc, there is a duplicate class `NetworkInitializer` in `NetworkingUtils.h` from ofxOsc and `PocoNetMdd.lib` from Poco. I cannot test vanilla oF as I don't have access to VS2012 right...

Hi liquidzym, It seems your RtAudio is compiled with only `AUDIO_WINDOWS_ASIO` so that other sound I/Os (e.g., headphones, microphones) cannot be used (unless through ASIO). I recommend you to compile...