summaryrefslogtreecommitdiff
path: root/audioin/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2023-01-23 18:20:41 +0000
committerTim Redfern <tim@getdrop.com>2023-01-23 18:20:41 +0000
commit1b6d98926d669fcb421c0be88c696b7f143050d8 (patch)
tree339b9cc143414d3961722c303a7f59d7f018188e /audioin/src/ofApp.h
parentdcc536d860a129324afcffb70ecaa34a24a31535 (diff)
parentcf82cdca34711eb8b1fce4ca2c6dedc7e1778c1c (diff)
fix conflict
Diffstat (limited to 'audioin/src/ofApp.h')
-rw-r--r--audioin/src/ofApp.h11
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;
};