diff --git a/DisplayNetwork.c b/DisplayNetwork.c index a72a6a3..a564810 100644 --- a/DisplayNetwork.c +++ b/DisplayNetwork.c @@ -77,9 +77,9 @@ static void DPOUpdate(void * id, struct NoteFinder*nf) for( j = 0; j < d->leds; j++ ) { - buffer[i++] = OutLEDs[j*3+2]; - buffer[i++] = OutLEDs[j*3+0]; - buffer[i++] = OutLEDs[j*3+1]; + buffer[i++] = OutLEDs[j*3+0]; //RED + buffer[i++] = OutLEDs[j*3+2]; //BLUE + buffer[i++] = OutLEDs[j*3+1]; //GREEN } int r = sendto( d->socket, buffer, i, MSG_NOSIGNAL, &d->servaddr, sizeof( d->servaddr ) ); if( r < 0 ) diff --git a/default.conf b/default.conf index 29a70f3..dacc76c 100644 --- a/default.conf +++ b/default.conf @@ -21,7 +21,7 @@ samplerate = 44100 sound_source = PULSE #-1 indicates left and right, 0 left, 1 right. sample_channel = -1 -sourcename = alsa_output.pci-0000_00_1b.0.analog-stereo.monitor +sourcename = #alsa_output.pci-0000_00_1b.0.analog-stereo.monitor ################################## # General ColorChord properties. # diff --git a/netlight.conf b/netlight.conf index cb099f6..06d6b3c 100644 --- a/netlight.conf +++ b/netlight.conf @@ -1,12 +1,10 @@ - -#What display output driver should be used? outdrivers = DisplayNetwork, OutputLinear leds = 296 -light_siding = 1.4 -satamp = 6.000 +light_siding = 1.9 +satamp = 1.400 is_loop=0 -led_floor = .2 -note_attach_amp_iir2 = .0500 +led_floor = .25 +note_attach_amp_iir = .4000 note_attach_amp_iir2 = .1500 note_attach_freq_iir = 0.3000 steady_bright = 0