Mercurial > hg > tweakathon2ios
comparison MessageOrganiser.mm @ 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 | 953db6518738 |
children | 75202498bee9 |
comparison
equal
deleted
inserted
replaced
30:78b51f924ec1 | 31:a677c027e3a0 |
---|---|
172 theSlider->setHintValue(targetSynth.getParamValueFromName(candidateSynth.getNameForMappingID(mids[i]))); | 172 theSlider->setHintValue(targetSynth.getParamValueFromName(candidateSynth.getNameForMappingID(mids[i]))); |
173 i++; | 173 i++; |
174 typeListLog.push_back(int(SLIDER)); | 174 typeListLog.push_back(int(SLIDER)); |
175 | 175 |
176 }else{ | 176 }else{ |
177 | |
178 // TODO 6D box | |
177 cout << "ERROR ERROR: ui type not handled my mapping function !" << endl; | 179 cout << "ERROR ERROR: ui type not handled my mapping function !" << endl; |
178 } | 180 } |
179 } | 181 } |
180 | 182 |
181 eventLogger.logEvent(CONTROL_LIST,typeListLog); | 183 eventLogger.logEvent(CONTROL_LIST,typeListLog); |