diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-22 23:24:49 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-22 23:24:49 +0100 |
| commit | 5d13e1e25db4bc1627873485d1164e641f6ef19f (patch) | |
| tree | 4270c26ef03c29ccd77ed397aabb553893029246 /gistanalysis/src/ofApp.h | |
| parent | cd298b5bf00661ce31ae1d4498de58d5291477f2 (diff) | |
big improvements
Diffstat (limited to 'gistanalysis/src/ofApp.h')
| -rw-r--r-- | gistanalysis/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gistanalysis/src/ofApp.h b/gistanalysis/src/ofApp.h index 44c4aa6..eca2a91 100644 --- a/gistanalysis/src/ofApp.h +++ b/gistanalysis/src/ofApp.h @@ -57,7 +57,7 @@ public: for (int i=0;i<num;i++){ newdata.addVertex(((step*(i+1))*ofGetWidth())/audio.size(),audio[step*(i+1)]*ofGetHeight(),colour); if (!joined){ - newdata.addVertex((((step*(i+1))*ofGetWidth())/audio.size())+1,(audio[step*(i+1)])*ofGetHeight(),0,0,0); + newdata.addVertex((((step*(i+1))*ofGetWidth())/audio.size())+5,(audio[step*(i+1)])*ofGetHeight(),0,0,0); } } data.insert(data.begin(),newdata); |
