Mercurial > hg > tweakathon2ios
comparison ExpMessageOrganiser.h @ 23:055e0c43afe5
Leap MIDI works for 6 sliders, in exp and train modes.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Mon, 27 Oct 2014 15:52:04 +0000 |
parents | bd23c1b922be |
children | 27cdf475aa4b |
comparison
equal
deleted
inserted
replaced
22:8124f46eda65 | 23:055e0c43afe5 |
---|---|
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 void buttonPressCallback(int mappingID, int value); | 28 void buttonPressCallback(int mappingID, int value); |
29 void midiFromLeap(int ctl_num, int ctl_val); | |
29 private: | 30 private: |
30 void loadDefaultSound(); | 31 void loadDefaultSound(); |
31 int numParamsToUse; | 32 int numParamsToUse; |
33 | |
32 }; | 34 }; |
33 | 35 |
34 | 36 |
35 #endif /* defined(__riftathon__expMessageOrganiser__) */ | 37 #endif /* defined(__riftathon__expMessageOrganiser__) */ |