Arduino / of0.9.0 / of0.8.4
edovino: Could the problem be somewhere in the init/board detection code? That might explain why the PWM/servo/analog stuff interfere? I think thats unlikely to cause the interference but that might...
View ArticleArduino / of0.9.0 / of0.8.4
is the flag firmataAnalogSupported set to true? i have a hunch that firstAnalogPin is never initialized since it should never be 0
View ArticleVector of ofxMSAInteractiveObject
what happens if you do: vector < Botao > objVector; in the ofApp.h? I think you can't have a vector of one type and push back another type (even if it's a subclassed type). You can do this for...
View ArticleArduino / of0.9.0 / of0.8.4
no, firmataAnalogSupported is false Screenshot from 2015-11-08 22-51-57.png698x365 35.6 KB btw - I've removed the superfluous version request, and the whole pin setup only starts once the EInitialized...
View ArticleArduino / of0.9.0 / of0.8.4
strange I can't replicate this on either windows or osx. Try uploading standardFirmataPlus to your board but the capability response seems to be working except for the analog part as the pins are...
View ArticleAdvice on working with multiple video streams
A. If you have two machines with two videos and third machine controlled over the serial, maybe ofxNetworkSync ? B. Not sure, what is your hardware setup. But you can use one wide video (made from...
View ArticleVector of ofxMSAInteractiveObject
Yes! But sorry, objVector is already declared as vector<Botao>, I just wrote wrong in my post
View ArticleArduino / of0.9.0 / of0.8.4
I'll try that but I'll need to set that up first.Meanwhile, I added a breakpoint in the case ARD_ANALOG in the capability response handling code, and did notice that never fires.
View ArticleArduino / of0.9.0 / of0.8.4
Well, as luck would have it Firmata 2.5.0 has just been released 3 hrs ago I've uploaded StandardFirmataPlus, and now I can get the PWM led, analog input and digital input working at the same time,...
View ArticleArduino / of0.9.0 / of0.8.4
I am reworking some of the code regardless, adding a fallback feature using the analog pin mapping query to essentially double check things. From the sounds of it, it seems they are competing for the...
View ArticleVector of ofxMSAInteractiveObject
ok, it's kind of hard to see without the full code. if that's the case, you should make an ofxInteractiveObject, push a Botao into that, then add that to the objVector ? (it's not clear to me why you...
View Article0.9.0 documentation
This is awesome! Thanks for all your work Haven't seen the thread and got a pleasent suprise when I just visited the new documentation page.OF 0.9.0 is quite a big step forward.
View ArticleVector of ofxMSAInteractiveObject
sorry for my spelling errors and bad English...I dont need a vector of vectors, here is my code, just compile with make: https://github.com/globularcluster/testeMSAIntObjVector not that I can draw the...
View ArticleofSystemSaveDialog defaultName, messageName have no influence
Hi Jakob, I'm having the same issue with Windows 10 and Visual Studio 2012. I'll try out OF v0.9.0 and see if that works (woohoo new OF!) Cheers,Ibrahim
View ArticleEmscripten /linux / OF 0.9.0
hi, Thanks for the new released:)the problem is that i not able to set the Emscripten in the path enviroment.I compiled it and run the comands inside the Emscripten directory all go.When i do the...
View ArticleEmscripten /linux / OF 0.9.0
yea, i solved it.i put the right path with the comand source "mypath"/emsdk_env.sh now i have a second problem :), when i compiled the ofexample i have this error: 'cairo-features.h' file not found I...
View ArticleProject generator 0.9.0 error
hi, when i try to use the project generator i have this error: Command failed: /bin/sh -c "projectGenerator" -o"/home/francescomarchesini/of_v0.9.0_linux64_release" -a"ofxGui" -p"linux64"...
View ArticleTurning off auto-build in Eclipse
Oh I forgot this setting: Eclipse->Window->Preferences->General->Startup and Shutdown->Refresh workspace on startup
View ArticleVector of ofxMSAInteractiveObject
ok is the problem that you lose the events once you put them into a vector?
View Article