Memo Akten
Memo Akten
> I would say Ctrl+E Ctrl+O is not the most intuitive 👯 I should have been more explicit. CTRL+E, CTRL+O, and then go and reselect the sequence to load. And...
@bilderbuchi yes exactly, this is one of the problems that I'm trying to address. Problem 1: If there are two headers which have the same name (e.g. Camera.h, Control.h, DataSet.h)...
@elliotwoods "The files of the other addon wouldn't see DataSet.h because DataSet.h is not in the header search path (for either addon, so both addons wouldn't see the file of...
I just encountered this problem too, I use single .cpp for examples (and even my own projects), but I usually don't use the same name (main.cpp or ofApp.cpp), but instead...
Hi, unfortunately the events in MSAInteractiveObject don't check for any transformations. The way to solve this would be to transform the coordinates of the rect before checking against mouse coordinates,...
Yea we got this working at resonate. there's a very finicky order of events which allows this to work, let me see if i can find which version it is...
@jefftimesten unfortunately I'm not sure why this happens. I too have found that when it starts to flicker - that's a sign that connection might be lost, manually dropping the...
thanks for catching that bug. That particular code is the original library (not mine). I believe it has been fixed upstream too https://github.com/j4cbo/j4cDAC/blob/master/driver/libetherdream/etherdream.c (though if you can send a pull...
Hi, thx so much for doing this. is ofPoint deprecated? I would have thought, for future compatibility, it would make more sense to keep an OF type (such as ofPoint,...
oh but does it currently not work? has ofPoint been removed? or ofVec2f?