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