ofxRemoteUI icon indicating copy to clipboard operation
ofxRemoteUI copied to clipboard

OpenFrameworks addon serves any number of variables (bool, float, int, enum, string, ofColor) on the network, so that you can modify from outside the OF app. Includes a native OSX Client. OSC based.

Results 5 ofxRemoteUI issues
Sort by recently updated
recently updated
newest added

Hi! On recent MacOS, if the system-wide dark mode is enabled, the fonts changes colour to white making it really hard to read with the colour palette being used in...

/of_v0.10.1_ios_release/addons/ofxRemoteUI/noOFLibs/ofStolenUtils.cpp:13:7: Redefinition of 'ofToFloat' of_v0.10.1_ios_release/addons/ofxRemoteUI/noOFLibs/ofStolenUtils.cpp:5:5: Redefinition of 'ofToInt' any chance to solve this?

Hi, No matter what, I can't get parameters to get back to their state. I'm compiling again ofx 0.10.0 on macos 10.12.6. The preset values get stored correctly in the...

Hi @armadillu I always get a exception says "osc::MalformedBundleException: packet too short for bundle element" when I'm running app on real device. If I'm using simulator (iOS 9.2) is totally...

Often it's useful to have ranges that decrease, with the highest value on the left and the lowest on the right, currently this isn't possible with the OS X client....