Edit the default configuration

This commit is contained in:
Sam Ellicott 2020-05-18 22:15:19 -04:00
parent af7afd6af5
commit 6fdbe1df89

View file

@ -22,15 +22,17 @@ wininput = -1
#Compiled version will default this. #Compiled version will default this.
#sound_source = ALSA #sound_source = ALSA
#-1 indicates left and right, 0 left, 1 right.
#-1 indicates left and right, 0 left, 1 right.
sample_channel = -1 sample_channel = -1
sourcename = default devplay = default
#alsa_output.pci-0000_00_1f.3.analog-stereo.monitor devrecord = default
#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_1b.0.analog-stereo.monitor
#alsa_output.pci-0000_00_1f.3.analog-stereo.monitor << New laptop # alsa_output.pci-0000_00_1f.3.analog-stereo.monitor << New laptop
#use pactl list | grep pci- | grep monitor
################################## ##################################
# General ColorChord properties. # # General ColorChord properties. #
@ -41,7 +43,7 @@ amplify = 2.0
# What is the base note? I.e. the lowest note. # What is the base note? I.e. the lowest note.
# Note that it won't have very much impact until an octave up though! # 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) # This is only used when dealing with the slow decompose (now defunct)
# decompose_iterations = 1000 # decompose_iterations = 1000
@ -88,8 +90,9 @@ note_out_chop = 0.05000
#Outputs #Outputs
This is a vornoi thing: # This is a vornoi thing:
outdrivers = OutputVoronoi, DisplayArray outdrivers = OutputVoronoi, DisplayArray
# outdrivers = DisplayPie, DisplayArray
lightx = 64 lightx = 64
lighty = 32 lighty = 32
fromsides = 1 fromsides = 1