Some housekeeping fixes and fix a bug with "FR" that prevented it's functioning.
This commit is contained in:
parent
c6d1e93f5d
commit
aad48e3799
4 changed files with 20 additions and 4 deletions
|
@ -41,7 +41,7 @@ amplify = 2.0
|
|||
|
||||
# What is the base note? I.e. the lowest note.
|
||||
# Note that it won't have very much impact until an octave up though!
|
||||
base_hz = 55.0000
|
||||
base_hz = 55
|
||||
|
||||
# This is only used when dealing with the slow decompose (now defunct)
|
||||
# decompose_iterations = 1000
|
||||
|
|
|
@ -27,7 +27,7 @@ port = 7777
|
|||
address = 192.168.4.1
|
||||
|
||||
slope=.10
|
||||
amplify=.24
|
||||
amplify=.35
|
||||
|
||||
|
||||
lightx = 20
|
||||
|
@ -42,8 +42,10 @@ sourcename =
|
|||
fliprg = 1
|
||||
skittlequantity = 24
|
||||
|
||||
base_hz = 71.5000
|
||||
|
||||
led_limit=.5
|
||||
|
||||
led_limit=1.0
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue