add DisplayDMX + End the DMX thing to make it be more orthogonal

This commit is contained in:
cnlohr 2015-01-24 20:40:48 -05:00
parent a7096180ac
commit ba815e0a99
2 changed files with 3 additions and 0 deletions

View file

@ -73,6 +73,7 @@ static void DMXUpdate(void * id, struct NoteFinder*nf)
if( !led->devh ) if( !led->devh )
{ {
led->did_init = 0;
fprintf( stderr, "Error: Cannot find device.\n" ); fprintf( stderr, "Error: Cannot find device.\n" );
// exit( -98 ); // exit( -98 );
} }

View file

@ -5,6 +5,8 @@ ledoutamp = 1.0
leds = 4 leds = 4
lightx = 2 lightx = 2
lighty = 2 lighty = 2
light_siding = 1.6
note_attach_amp_iir = .3000 note_attach_amp_iir = .3000
note_attach_amp_iir2 = .1500 note_attach_amp_iir2 = .1500