Emanuele Mazza

Results 93 comments of Emanuele Mazza

Well, nothing is retina compatible, but basically you just need to detect it ( already working in Mosaic ), and multiply by 2 every design constant ( spacings, borders, etc......

Ok, point 2, i think you're right, basic link types conversions ( as int with float or double ) will be better located inside the parameter class. Tracy for debug...

point 2, nice idea! about tracy, the same, i compile Mosaic with c++14 on osx, so i'll need to tests the Profiler on linux too. And the network local traffic?...

Magnum+Corrade looks amazing, didn't know it! Let's take a dive on it and do some testing, i'm open to use it, coupling it with OF or even substitute OF with...

Thanks and of course! I'll check the code, clean it a little and push PRs to the respective addons. ofxMidi was forked just in case, but i haven't changed anything,...

Just updated references for ofxGLEditor and ofxMidi on READMEs and scripts, i'll work next week on ofxLua.

About the data sampling/smoothing, i think it's better that ofxVPParameters just handle the raw data coming from wherever, and then having specific objects to clean/smooth/sample etc.. the data. This will...

Great idea, yes, right now, the handle is the string filepath, passed to every object, that independently load and save their chunk of code inside the xml. Having a xml...

I like the idea of having a faster xml library, if PugiXML is really way faster, we can take a look at it, and check if the added code difficulty...

Right now it is autosaving, the XML is automatically written on any param/other change, but it is a good idea to have both options ( autosave and manual ) so...