Arnaud Loonstra
Arnaud Loonstra
I'm trying to trace why sending OSC through TCP (oscsend utility) gets data prepended. See this for example: On one terminal run netcat: ``` nc -ln 127.0.0.1 1234 ``` Then...
Perhaps this is handy for more people? To use: ``` channel = std::shared_ptr(new ofxImGui::LoggerChannel()); channel->capture_stdout(); ```
First of all my compliments for this player. It works really great!!! I'm using this player to play mod files while also using the row events to trigger stuff. I.e....
Perhaps a naive question but in C11 there's the [_Atomic](https://en.cppreference.com/w/c/language/atomic) keyword brought in with stdatomic.h. This library does not cover that but how would one then declare an atomic pointer,...
Probably a noob question but is it possible to control some config params though objects/nodes? For example can I connect a gui/slider object to control the alpha of one of...
Has anyone ever tried StreamA on Samsung Smart TVs?. I tried it using the provided browser and it kinda works. I have two DVD titles as a test in StreamA....
Printing out errors: ``` [warning] ofGstUtils: setSpeed(): unable to change speed [ error ] ofGstUtils: setSpeed(): couldn't query position ``` The app doesn't want to exit but prints: ``` [warning]...
In the documentation it says ``` bool ofDirectory::createDirectory(const filesystem::path &dirPath, bool bRelativeToData=true, bool recursive=false) ``` Returns: **true** if directory was created successfully However when I look in the code it...
# Issue description Multiple binds on a DGRAM socket only work for the first bind # Environment * libzmq version: master ( 875c2b15c30af70010c6681539b2195ba391069f) * OS: Debian testing # Minimal test...