Fix: Allow variable #'s of LEDs.
Fix: Don't snuff out the porportional control, otherwise LEDs don't know how to share. Fix: Speed up the amp1 IIR.
This commit is contained in:
parent
000261ace5
commit
91d8502d23
4 changed files with 8 additions and 4 deletions
|
@ -42,7 +42,7 @@
|
|||
//the response for the slow-response, or what we use to determine size of
|
||||
//splotches, AMP 2 is the quick response, or what we use to see the visual
|
||||
//strength of the notes.
|
||||
#define AMP_1_IIR_BITS 5
|
||||
#define AMP_1_IIR_BITS 4
|
||||
#define AMP_2_IIR_BITS 2
|
||||
|
||||
//This is the amplitude, coming from folded_bins. If the value is below this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue