How can I get signal from audio interface?
Hi Arturo. How can I know which mic is the first one to receive signal? and How can I get the time difference between 4 mics which receive signals respectively? Best,Yuan
View ArticleExamples fail to run (after 0.9.0 MSYS2 install)
No not virtual. It's a Packard Bell EasyNote TM with Intel HD Graphics, running Windows 10.
View Article[SOLVED] Visual Studio 2015 Project Generator
I've added the instructions on Github but I don't know how to upload the images.Uploading... Uploading...
View ArticleOpenFrameworks app display in Macbook Pro with Retina display
Is there any way to make this setting the default when using Project Generator (oF 0.9) ?
View ArticleGUI wars, using gui libraries with oF
Ok, I fixed image loading and scissor window clipping! See this example on loading images: https://github.com/ofnode/ofxImgui#loading-images-and-image-buttons
View ArticleGUI wars, using gui libraries with oF
@jvcleave allowed me to merge my fork to his repo, so check his repo now! Currently I'm trying to simplify theming, it works by setting just 5 variables: For default theme: m_ui.col_main_text =...
View ArticleExamples fail to run (after 0.9.0 MSYS2 install)
Hello Nigel, Are you sure your are using a mingw32_shell.bat and not msys2_shell.bat ? Can you check your MSYSTEM environment variable ? If it's not MINGW32, then your setup is wrong... $ echo...
View ArticleAcquire 3d position of object tracked with stereo cameras
Hi, If you are using stereo cameras then disparity maps is the way to go. Depth cameras (like Kinect) would be an alternative,. To start on disparity maps here is a good guide using OpenCV ( OF has a...
View ArticleExamples fail to run (after 0.9.0 MSYS2 install)
Hi Oxillo, I'm using the right shell: Nigel@Elizabeth-PC MINGW32 /c/of_v0.9.0_msys2_release/examples/3d/3DPrimitivesExample$ echo $MSYSTEMMINGW32 but still get the make run error: $ make...
View ArticleTHE GHOST IN THE MACHINE @ Sónar+D 2015
Thanks, We used a robot arm from Universal Robots ( UR website )There is only a prototype to test some code we created for Sonar+D installation. We usually used this festival as a part of R&D for...
View ArticleEmscripten with fbo
Using ofFbo with emscripten compile without error but when it's run I get 'Exception thrown, see JavaScript console' the console output '5'I get this exception with fboTrailsExample and my own project...
View ArticleopenFrameworks 0.9 + QtCreator
hi,how can I add non-official addons in the QTCreator project?what is the file to edit? any sample?thank youBruce
View ArticleofxFaceTracker mesh.drawFaces() drawing in wrong spot due to resolution
Hey, the code is a bit long and I don't have PS3 Eye camera so I cannot test it, but it seems like you need ofScale(800.0f/640.0f, 600.0f/480.0f); before drawing the mesh.
View Article(Simple) Brain wave drawing
Hi, I built an EEG (brain wave) drawing demo and exhibited at DIYBio/Hacklab.to yesterday. I use Muse, a consumer-grade EEG headset, which cannot read your mind but at least can tell how focused you...
View ArticleHow to get time difference between different audio input?
when calling soundStream.setup() just specify that you want 4 inputs and no outputs. then you'll get an interleaved buffer (mic1-sample1, mic2-sample1, ..., mic1-sample2, mic2-sample, ... ) in the...
View ArticleNYC - Looking for a freelance developer asap
This has been completed. @Robby was able to help and did a fantastic job. Thanks again!
View ArticleopenFrameworks 0.9 + QtCreator
hi @bruce.lane, it should be the top level QBS file. just search for of.addons tag in there. depending on if you added an addon during the wizard, of.addons will be commented out or filled with the...
View ArticleNYC - Looking for a freelance developer asap
I forwarded this on to @robby when I saw it happy to hear it went well !
View ArticleofxStk, Synthesis ToolKit addon
Hi all, is there away to adjust the gain of a FileLoop or do I have to pass it through an effect? Can someone give me a quick example?
View Article