summaryrefslogtreecommitdiff
path: root/le_new/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-09-24 18:20:30 +0100
committerTim Redfern <tim@eclectronics.org>2014-09-24 18:20:30 +0100
commit1aef8df9feeff8c76411bb4f4faa2e51d3ee252e (patch)
tree116088fddf1f370c41943f8bfe5f1850a6b5b586 /le_new/src/ofApp.h
parentb7d6cc7503cb596bb1a6ed916ac8e3a77a7b9f99 (diff)
any changes
Diffstat (limited to 'le_new/src/ofApp.h')
-rw-r--r--le_new/src/ofApp.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/le_new/src/ofApp.h b/le_new/src/ofApp.h
index 6d6a616..bff4ec2 100644
--- a/le_new/src/ofApp.h
+++ b/le_new/src/ofApp.h
@@ -35,7 +35,6 @@ class ofApp : public ofBaseApp, public ofxMidiListener{
void windowResized(int w, int h);
void gotMessage(ofMessage msg);
void dragEvent(ofDragInfo dragInfo);
- void dragEvent(ofDragInfo dragInfo,ofxFenster* win);
void previewMouse(int x, int y, int button);
@@ -97,18 +96,13 @@ class ofApp : public ofBaseApp, public ofxMidiListener{
ofParameter<bool> transparentBlack;
ofxButton resetDrawscale;
ofxButton resetFBscale;
- ofxIntSlider fS;
ofParameter<int> fadeScale;
- ofxIntSlider fB;
ofParameter<int> fadeBackground;
- ofxFloatSlider dT;
ofParameter<float> decayTime;
- ofxToggle oscScale;
- ofxToggle breakOsc;
- ofxToggle randomOsc;
- ofxFloatSlider sA;
+ ofParameter<bool> oscScale;
+ ofParameter<bool> breakOsc;
+ ofParameter<bool> randomOsc;
ofParameter<float> scaleAmplitude;
- ofxFloatSlider sF;
ofParameter<float> scaleFrequency;
float randOffs;