Edit the default configuration
This commit is contained in:
parent
af7afd6af5
commit
6fdbe1df89
|
@ -22,15 +22,17 @@ wininput = -1
|
|||
|
||||
#Compiled version will default this.
|
||||
#sound_source = ALSA
|
||||
#-1 indicates left and right, 0 left, 1 right.
|
||||
|
||||
#-1 indicates left and right, 0 left, 1 right.
|
||||
sample_channel = -1
|
||||
sourcename = default
|
||||
#alsa_output.pci-0000_00_1f.3.analog-stereo.monitor
|
||||
#default
|
||||
devplay = default
|
||||
devrecord = default
|
||||
|
||||
# For Linux mostly use the following command to find valid devices to read from:
|
||||
# pactl list | grep pci- | grep monitor
|
||||
# alsa_output.pci-0000_00_1f.3.analog-stereo.monitor
|
||||
# alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
|
||||
#alsa_output.pci-0000_00_1f.3.analog-stereo.monitor << New laptop
|
||||
#use pactl list | grep pci- | grep monitor
|
||||
# alsa_output.pci-0000_00_1f.3.analog-stereo.monitor << New laptop
|
||||
|
||||
##################################
|
||||
# General ColorChord properties. #
|
||||
|
@ -41,7 +43,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
|
||||
base_hz = 55
|
||||
|
||||
# This is only used when dealing with the slow decompose (now defunct)
|
||||
# decompose_iterations = 1000
|
||||
|
@ -88,8 +90,9 @@ note_out_chop = 0.05000
|
|||
#Outputs
|
||||
|
||||
|
||||
This is a vornoi thing:
|
||||
# This is a vornoi thing:
|
||||
outdrivers = OutputVoronoi, DisplayArray
|
||||
# outdrivers = DisplayPie, DisplayArray
|
||||
lightx = 64
|
||||
lighty = 32
|
||||
fromsides = 1
|
||||
|
|
Loading…
Reference in a new issue