comparison presetManager.h @ 31:a677c027e3a0

Demo to Simon, kinda works. 4 reps of sequence.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 21 Nov 2014 17:07:56 +0000
parents 27cdf475aa4b
children d810aa9ca03a
comparison
equal deleted inserted replaced
30:78b51f924ec1 31:a677c027e3a0
158 158
159 Json::Value allPresetsToJson(); 159 Json::Value allPresetsToJson();
160 void loadPresetsFromJsonFile(const string &jsonFile); 160 void loadPresetsFromJsonFile(const string &jsonFile);
161 void updatePresetFile(); 161 void updatePresetFile();
162 void showNameDialog(); 162 void showNameDialog();
163 163 void makeNeutralPreset();
164 Preset neutralPreset; 164 Preset neutralPreset;
165 }; 165 };
166 166
167 167
168 #endif /* defined(__oscSenderExample__presetManager__) */ 168 #endif /* defined(__oscSenderExample__presetManager__) */