From 321d21f48146f972ec8c566306f05b7f1608ed8d Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 31 May 2018 11:47:00 +0100 Subject: adding warp interface --- gistanalysis/src/ofApp.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gistanalysis/src/ofApp.h') diff --git a/gistanalysis/src/ofApp.h b/gistanalysis/src/ofApp.h index 961fcc4..11ddbb6 100644 --- a/gistanalysis/src/ofApp.h +++ b/gistanalysis/src/ofApp.h @@ -19,6 +19,8 @@ #include "ofxHistoryPlot.h" #include "ofxGist.h" +//audioplot draws from 0 to ofGetWidth +//change to -ofGetWidth/2 to ofGetWidth/2 class Audioplotter{ //store and draw a numbr of audio samples @@ -242,5 +244,22 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ ofParameter scale; ofxPanel chaosgui; + + ofxPanel lasergui; + ofParameter intensity; + ofParameter subdivide; + ofParameter blank_num; + ofParameter max_angle; + + //======================================= //positioning interface + + ofParameter drawWarpFrame; + + glm::vec2 warpframe[4]; + int select_warpframe; + + float outputScale; + + }; -- cgit v1.2.3