summaryrefslogtreecommitdiff
path: root/glitcher/src/ofApp.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-03-02 22:14:34 +0000
committerComment <tim@gray.(none)>2014-03-02 22:14:34 +0000
commit1082e9eed74507b6eb5a3d0d7ab8a6cdecf40e19 (patch)
treec9e21ac3e1c3434b30c8530497b1f678641038dc /glitcher/src/ofApp.cpp
parenta2fe68dfed91e362404ea1171cc8f0b313956cc3 (diff)
working version for show
Diffstat (limited to 'glitcher/src/ofApp.cpp')
-rw-r--r--glitcher/src/ofApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glitcher/src/ofApp.cpp b/glitcher/src/ofApp.cpp
index ec97933..acdd644 100644
--- a/glitcher/src/ofApp.cpp
+++ b/glitcher/src/ofApp.cpp
@@ -15,7 +15,7 @@ void ofApp::setup() {
samples.resize(bufferSize);
glitch.setup(ofGetWidth(),ofGetHeight(),&samples);
- glitch.set_interp(ofRandom(30)+2,ofRandom(22)+2);
+ //glitch.set_interp(ofRandom(30)+2,ofRandom(22)+2);
frame=0;