diff options
| author | Comment <tim@gray.(none)> | 2013-05-29 00:28:36 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-29 00:28:36 +0100 |
| commit | d6a8d1d93c6b5abd8b69985f182667c2994f13fd (patch) | |
| tree | 726990fc4662c39df67e09a73a62e9a4d6210a02 /src/testApp.h | |
| parent | 4aa44a0b9159300c24db4786a3cf2e4198f168f1 (diff) | |
nearly ready
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/src/testApp.h b/src/testApp.h index 376cdee..3148eb2 100755 --- a/src/testApp.h +++ b/src/testApp.h @@ -63,10 +63,16 @@ class testApp : public ofxFensterListener { ofxIntSlider bS; ofxParameter<int> brightSlider; - ofxToggle fillgrey; + ofxToggle fill; + + ofxFloatSlider sF; + ofxParameter<float> slidFreq; + + ofxToggle wave; + + ofxFloatSlider sT; + ofxParameter<float> slidThickness; - ofxFloatSlider gF; - ofxParameter<float> greyFreq; void create1port(bool & pressed); void create2port(bool & pressed); @@ -76,11 +82,14 @@ class testApp : public ofxFensterListener { vector<viewport> viewports; vpcontrol control; - int windowsize; + int windowsize,previewscale; - vector<ofColor> palette; + // - void loadfilepalette(string &palette); + void audioIn(float * input, int bufferSize, int nChannels); + + + ofSoundStream soundStream; }; |
