From d68b8424c8e63cb84147d021608fe5a69b30b288 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 7 Sep 2017 14:33:28 +0100 Subject: threaded image loader (not working) --- gui/src/ofApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/src/ofApp.h') diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index 1df35e0..8216a9c 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -46,7 +46,7 @@ class USBdmxMap{ dmx->setLevel(chan_shutter,255); //,0); dmx->update(); - printf("Dmx: %i,%i,%i @ %i \n",color[0],color[1],color[2],intensity); + //printf("Dmx: %i,%i,%i @ %i \n",color[0],color[1],color[2],intensity); } int chan_R, chan_G, chan_B, chan_intensity, chan_shutter, chan_white; float x,y; -- cgit v1.2.3