diff options
| author | Tim Redfern <tim@getdrop.com> | 2022-11-21 19:08:25 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2022-11-21 19:08:25 +0000 |
| commit | 86c0c939fd74c80d00506c030b47b6aa1eb4cf71 (patch) | |
| tree | 17903887d9265f406728025aff444611eaa69e52 /audioin/src/ofApp.h | |
| parent | 4ceddea7412d683d8b828ad1027529d7167520d4 (diff) | |
laser gui
Diffstat (limited to 'audioin/src/ofApp.h')
| -rw-r--r-- | audioin/src/ofApp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audioin/src/ofApp.h b/audioin/src/ofApp.h index c0bba64..5f5e78c 100644 --- a/audioin/src/ofApp.h +++ b/audioin/src/ofApp.h @@ -1,6 +1,7 @@ #pragma once #include "ofMain.h" +#include "ofxGui.h" #include "ofxHelios.h" //#include <baudvine/ringbuf.h> @@ -100,4 +101,14 @@ class ofApp : public ofBaseApp{ float lineWidth; ofxHelios laser; + + //======= laser gui + + ofxPanel lasergui; + ofParameter<bool> laser_power; + ofParameter<int> laser_intensity; + ofParameter<int> laser_points; + ofParameter<int> laser_subdivide; + ofParameter<int> laser_blank_num; + ofParameter<float> laser_max_angle; }; |
