diff options
| author | Comment <tim@gray.(none)> | 2014-03-02 22:14:34 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2014-03-02 22:14:34 +0000 |
| commit | 1082e9eed74507b6eb5a3d0d7ab8a6cdecf40e19 (patch) | |
| tree | c9e21ac3e1c3434b30c8530497b1f678641038dc /glitcher/src/ofApp.cpp | |
| parent | a2fe68dfed91e362404ea1171cc8f0b313956cc3 (diff) | |
working version for show
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 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; |
