diff options
Diffstat (limited to 'glitcher/src/ofApp.cpp')
| -rw-r--r-- | glitcher/src/ofApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glitcher/src/ofApp.cpp b/glitcher/src/ofApp.cpp index a8937b7..3a1b2b3 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; |
