Mercurial > hg > tweakathon2ios
comparison ExpMessageOrganiser.h @ 27:27cdf475aa4b
more fiddling
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Wed, 29 Oct 2014 15:38:38 +0000 |
parents | 055e0c43afe5 |
children | 75202498bee9 |
comparison
equal
deleted
inserted
replaced
26:8d7ae43b2edd | 27:27cdf475aa4b |
---|---|
18 | 18 |
19 class ExpMessageOrganiser : public MessageOrganiser { | 19 class ExpMessageOrganiser : public MessageOrganiser { |
20 | 20 |
21 public: | 21 public: |
22 void init( PDSynthWrapper& cs, PDSynthWrapper& ts); | 22 void init( PDSynthWrapper& cs, PDSynthWrapper& ts); |
23 void setup(); | 23 void setup(controlPanelType whichInterfaceAreWeUsing); |
24 void setupDefaultMapping(); | 24 |
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 void buttonPressCallback(int mappingID, int value); | 28 void buttonPressCallback(int mappingID, int value); |
29 void midiFromLeap(int ctl_num, int ctl_val); | 29 void midiFromLeap(int ctl_num, int ctl_val); |
30 private: | 30 private: |
31 void loadDefaultSound(); | 31 void loadDefaultSound(); |
32 int numParamsToUse; | 32 int numParamsToUse; |
33 | 33 Preset neutralPreset; |
34 }; | 34 }; |
35 | 35 |
36 | 36 |
37 #endif /* defined(__riftathon__expMessageOrganiser__) */ | 37 #endif /* defined(__riftathon__expMessageOrganiser__) */ |