ofxMIDI on iOS crashes if I close other MIDI app
Well, I tested the pdExampleIOS example with a MIDI sequencer app (Genome). No crashes. My earlier suggestion was not about having the same functions, but about what you do in them. What are you doing...
View ArticleMultiDisplayFullscreen on Linux?
Was wondering if setMultiDisplayFullscreen is actually working on Linux? I tried to use this in Ubuntu 14.04 and the app only covers one monitor when going into fullscreen.In main.cpp: ofAppGLFWWindow...
View ArticleUsing ofxLearn in Android?
Hi everyone, I would like to use ofxLearn in my android application (I'm using Android Studio's NDK). I have an existing working app using ofx. In the usage instructions of ofxLearn, it says to: Add...
View Article32 * 32 led matrix chain
Hello!I start working with led matrix 32 * 32 i been running it with the pi.I want to run it using open frameworks any one have done this?
View ArticlePi tracker, my first project
Thank you. Github is a nice place to put the source code. It is a new class for a artist . Yes, I should study that as soon as.
View ArticleofxVideoGrabberPtgrey (or Point Grey cameras on new Windows systems in general)
FYI to use on OSX... (items I'm not certain were essential have * at end) brew install libdc1394 add /usr/local/include to xcode headers search path * add addons/ofxVideoGrabberPtgrey sources to xcode...
View ArticleBicubic 2d interpolation on an unregular grid
interesting. sounds like some kind of bad initialization in the code (i.e. likely in the addon not your code), if it's returning different fits each time. 3rd order = using terms in x^3, x^2, x, y^3,...
View ArticleEvent listeners calls removeListener
ah ok, actually it's safe.the right exception is thrown and caught i just had my debugger in paranoid mode (break on any exception thrown) and didn't realise (thought it was showing unhandled...
View Article"Kiosk" mode with OF
Seems to be usually very tricky... I need to use some android devices in kiosk mode -> once launched the user would not be able to leave the app. It does not matter if the app have to be launched...
View ArticleofxMIDI on iOS crashes if I close other MIDI app
Hey @danomatika I don't have Genome app but I tested with some other MIDI supporting apps and I found out the crash happens depending on apps. I also tested this with your original ofxMIDI ExmpleIOS...
View Article"Kiosk" mode with OF
It can be done with native android code and I am sure there is a way to do this from OF, but you can also look on the play store, there are a few apps that will be able to restrict your device to...
View ArticleHow to get audio buffersize through Audio Unit RemoteIO
Thank you @danomatika I tried your updated branch but the first issue (ignoring receiving the message from patch in the beginning) still occurs.The only difference is in the second issue that now the...
View Article"Kiosk" mode with OF
You can't do it (AFAIK) by just writing some code in the ofApp class, but you should be able to hack your way into an application with that behavior. You'll need to modify OFActivity.java class and...
View ArticleAndroid - crash in ofLog
Hi, I’ve run into a crash. By examining the log, I narrowed it down to a specific ofLogNotice line, here’s the crash log: 10-18 10:57:43.910: I/DEBUG(13362): *** *** *** *** *** *** *** *** *** ***...
View ArticleComparing image from webcam to a shape drawn
If I understand you correctly, you want to draw a shape on your computer and then compare that to an shape that you are imaging from a live image from your webcam. Quite often with programming, the...
View ArticleNeat circle strokes
Solved! I just modified the central circle to still have the other ones to compare with. Check the difference.For the central one, instead of using a normal circle, I use the suggested method of...
View ArticleBicubic 2d interpolation on an unregular grid
if i just call this while the code is running not thing happens polynomial_fit_bicubic.correlate(training_dataSet); if i re-initialsie everything again a couple of times it crashes. see attached...
View Article"Kiosk" mode with OF
Thanks for your answers... Fresla : I've tested some of them, found only one that seems to work on a Kindle 5 but it is restricted of some kind of web browsing only (and I want to restrict it to an...
View ArticleCMake module for openFrameworks
Update: works on mac os now (for me at least) for people interested in this, you might want to give it some testing. For an example CMakeLists.txt for an application using this see earlier post.
View Article32 * 32 led matrix chain
Interesting, do have a model description or can describe which interfaces you (can) use to drive the matrix?
View Article