Mercurial > hg > soniczoomios
diff presetManager.h @ 38:0dfe9e0c01aa
Evnt trails fit with uploads. Smooth button.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 10 Apr 2013 18:57:05 +0100 |
parents | 790939017078 |
children | a1e75b94c505 |
line wrap: on
line diff
--- a/presetManager.h Tue Apr 09 17:14:31 2013 +0100 +++ b/presetManager.h Wed Apr 10 18:57:05 2013 +0100 @@ -39,6 +39,8 @@ unsigned long long creationTime; // datetime that preset was created milliseconds vector<ofColor> pixVals; // hmmm TwoVector coordinates; // position on grid + vector<int> params; // actual parameters??? + // not so important - not uploaded // from save button press Preset(TwoVector acoord, string aname,int aID, string un, unsigned int uid){ @@ -104,7 +106,7 @@ // find and return all(?) presets within a certain coordinate range vector<Preset *> thePresets; - int addPreset(string name); + int addPreset(string name); int loadPreset(const TwoVector coord, const string name, long long stime); TwoVector recallPreset(int presetID); // by name ? id?