From ba815e0a995f6c8e23dce29f4cf18a324847f49d Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 24 Jan 2015 20:40:48 -0500 Subject: [PATCH] add DisplayDMX + End the DMX thing to make it be more orthogonal --- DisplayDMX.c | 1 + dmx.conf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/DisplayDMX.c b/DisplayDMX.c index 3baeb1f..d802ae9 100644 --- a/DisplayDMX.c +++ b/DisplayDMX.c @@ -73,6 +73,7 @@ static void DMXUpdate(void * id, struct NoteFinder*nf) if( !led->devh ) { + led->did_init = 0; fprintf( stderr, "Error: Cannot find device.\n" ); // exit( -98 ); } diff --git a/dmx.conf b/dmx.conf index 02237c4..ddf6d7f 100644 --- a/dmx.conf +++ b/dmx.conf @@ -5,6 +5,8 @@ ledoutamp = 1.0 leds = 4 lightx = 2 lighty = 2 +light_siding = 1.6 + note_attach_amp_iir = .3000 note_attach_amp_iir2 = .1500