diff options
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h index bd34832..59a48f8 100755 --- a/src/testApp.h +++ b/src/testApp.h @@ -81,6 +81,9 @@ class testApp : public ofxFensterListener { ofxFloatSlider sW; ofxParameter<float> slidWave; + ofxToggle reverse; + ofxToggle drawkeys; + void create1port(bool & pressed); void create2port(bool & pressed); |
