diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-09-07 14:33:28 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-09-07 14:33:28 +0100 |
| commit | d68b8424c8e63cb84147d021608fe5a69b30b288 (patch) | |
| tree | 0f9c7ebacef3c5c05067a8bafa6e00f5657c714d /gui/src/ofApp.h | |
| parent | 08e3568bf2e017268652c118f403babce3c6486f (diff) | |
threaded image loader (not working)
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
