I’m quite new to openFrameworks and having some troubles to find a good way to store “settings” in an accessable file outside of my openFrameworks .cpp files.
There are so many options offered but non of those I could get working for my case. I would like to have an file like this
I tried the ofxXMLsettings, plain ofXML, ofxJSONsettings (and some more I can’t remember). Some of those didn’t had the functionality to loop over an “array” of videos. Some other should have it, but did not work for me.
In general it’s a bit confusing to me, what’s TODAYS best way to do it. As i understood for example the ofxXMLsettings is outdated and somehow replaced by “native” ofXML functionality.