Mercurial > hg > tweakathon2ios
diff UI code/sliderPanel.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 | 953db6518738 |
children | 52dbd5b4cfa9 |
line wrap: on
line diff
--- a/UI code/sliderPanel.h Tue Nov 04 14:37:35 2014 +0000 +++ b/UI code/sliderPanel.h Fri Nov 21 17:07:56 2014 +0000 @@ -38,6 +38,7 @@ vector<controllerType> elemList); void setAndShowHint(vector<int> values, ofImage* texture); + void setHintNoShow(vector<int> values, ofImage* texture); void showHint(bool value); // @@ -53,6 +54,7 @@ void setHintTexture(ofImage* texture); void setIndicatorTexture(ofImage* texture); void animateToNewHintValues(vector<int> newTargetValues, float timeToTake, ofImage* newTexture); + void animateToNewValues(vector<int> newTargetValues, float timeToTake); void showValueIndicators(bool show); void update(); controlPanelType getPanelType(){