From 1082e9eed74507b6eb5a3d0d7ab8a6cdecf40e19 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 2 Mar 2014 22:14:34 +0000 Subject: working version for show --- glitcher/src/ofApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glitcher/src/ofApp.cpp') 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; -- cgit v1.2.3