From caa1426e767efdba526c1d2df0b61aafbd6fcca7 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 28 Feb 2014 10:28:30 +0000 Subject: progressing glitchy transform --- glitcher/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glitcher/src/ofApp.cpp') diff --git a/glitcher/src/ofApp.cpp b/glitcher/src/ofApp.cpp index ec97933..a8937b7 100644 --- a/glitcher/src/ofApp.cpp +++ b/glitcher/src/ofApp.cpp @@ -9,9 +9,9 @@ void ofApp::setup() { int bufferSize= ofGetWidth(); //should be based on the size of glitch buffer - soundStream.listDevices(); + //soundStream.listDevices(); //nb all you have to do to make audio work is to turn off pulseaudio in configuration - soundStream.setup(this, 0, 1, 44100, bufferSize, 1); + //soundStream.setup(this, 0, 1, 44100, bufferSize, 1); samples.resize(bufferSize); glitch.setup(ofGetWidth(),ofGetHeight(),&samples); -- cgit v1.2.3