Mercurial > hg > tweakathon2ios
comparison ExpMessageOrganiser.h @ 19:bd23c1b922be
Explore preset saving slot stuff kind of works.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Oct 2014 16:29:31 +0100 |
parents | 36cdb73691da |
children | 055e0c43afe5 |
comparison
equal
deleted
inserted
replaced
18:36cdb73691da | 19:bd23c1b922be |
---|---|
23 void setup(); | 23 void setup(); |
24 void setupDefaultMapping(); | 24 void setupDefaultMapping(); |
25 vector<int> getMappingIDsFromSynths(); | 25 vector<int> getMappingIDsFromSynths(); |
26 void showCurrentSlot(); | 26 void showCurrentSlot(); |
27 void loadPreset(string pname); | 27 void loadPreset(string pname); |
28 //----------------------------------------------------------------------------- | |
29 | |
30 void buttonPressCallback(int mappingID, int value); | 28 void buttonPressCallback(int mappingID, int value); |
31 private: | 29 private: |
32 Preset* currentPresetSlot; | 30 void loadDefaultSound(); |
33 int numParamsToUse; | 31 int numParamsToUse; |
34 }; | 32 }; |
35 | 33 |
36 | 34 |
37 #endif /* defined(__riftathon__expMessageOrganiser__) */ | 35 #endif /* defined(__riftathon__expMessageOrganiser__) */ |