Firefly RK3288 (armv7) help need
Hi, im putting openframework in all my devices Now i have on my hand a Firefly RK3288 board, wich is a really good board, im writing this post with chromium on the board I have compiled well a graphic...
View ArticleopenFrameworks IDE plugins
This looks great! Is the code for any of the extensions available somewhere? There are two quirks I'm seeing on the VS plugin: make sure to not select Create directory for solution when making a...
View ArticleopenFrameworks IDE plugins
i haven't uploaded the code yet but will do soon. regarding multiplatform libraries, right now the plugins and the project generator are able to parse the visual studio folder layout with...
View ArticleBoost is only partial?
Ok, good to know. I might try to put boost directly in the project. While on the subject, what's your opinion on having boost on it's entirety inside OF? It fits the bill (as a free and useful c++...
View ArticleofxFern How to get x,y position and learn new Image
Hey Theo! Great addon. I'm still a bit confused on how to add new images. I loaded up photoshop and popped out a BMP (does it need to be a certain bit depth or anything?) and threw it into the folder....
View ArticleMigrating Kinect1 to Kinect2 for realtime projection mapping
I have been attempting to migrate some of the realtime tracking and mapping code from a Kinect1 codebase to the Kinect2. I am at a point where I am not quite sure the next logical step. I have a few...
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Everything appears to be working fine for me. I send a counter value every second to OF in the test patch. I'm opening the example, starting Music I/O, and getting the patch audio and counter messages...
View ArticleofxPd
This might be a few years late, but I added info on setting the audio background mode for iOS projects to the readme: https://github.com/danomatika/ofxPd#running-app-in-the-background-on-ios
View ArticleofxPd
Attention @cerupcat, et al. I created a "reinit" branch which automatically reinits the libpd audio settings if the current values are different than the incoming sound stream values aka buffer size...
View ArticleofxMIDI on iOS crashes if I close other MIDI app
This is fixed in the latest commit. I was able to get the example to crash using when closing MuisicIO and trace it to an invalid index in the PGMidi sources array.
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Also tested with latest Animoog app that let's you set the preferred buffer size.
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
I am looking to develop an app for the Mac OSX that can facilitate networked control of PJLink enabled projectors. Most all modern projectors support this. More info here:...
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
Here are links to documentation of previous implementationsOpenFrameworks: https://github.com/nullboundary/ofxPJControlNode.js: https://github.com/sy1vain/node-pjlink
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
Here are links to documentation of previous implementationsPython: http://blog.flowblok.id.au/2012-11/controlling-projectors-with-pjlink.htmlPerl:...
View ArticleopenFrameworks IDE plugins
Hey, that's great! I've tried out QtCreatore on OSx. Creating new projects works good,it is super smooth, but I've some difficulties importing existing project. When I complete the wizard, i can not...
View ArticleWanted // PJLink App for Mac OSX (Projectors & networks)
Hello, Here is a start point : https://github.com/nullboundary/ofxPJControl Also did a small app using Qt (using PJLINK but without password management) :...
View ArticleoscParametersReceiver/Sender examples not working
There were some issues with parametergroups in 0.8.3 & 0.8.4, should be fixed in 0.9 github.com/openframeworks/openFrameworks Issue: ofxOscParameterSync examples not working in windows with...
View ArticleopenFrameworks IDE plugins
it's working for me fine, not sure what might be going on, if you press in the issues button it'll show if there was any error importng the project, i'll try in osx later just in case
View ArticleopenFrameworks IDE plugins
I cannot select the right kit (at least I do not see where to select it), there is only the iOS kit available and I am getting the following error: Screen Shot 2015-10-23 at 12.09.42.png765x60 20.8 KB...
View ArticleopenFrameworks IDE plugins
you can select the kit in Qt Creator > Preferences > Build & Run > Kits. Usually there will be a default kit and you just need to modify the compiler to select clang for x86 64
View Article