2015-01-07 06:09:26 +01:00
|
|
|
# This is the configuration file for colorchord.
|
|
|
|
# Most values are already defaulted in the software.
|
|
|
|
# This file is constantly checked for new versions.
|
|
|
|
# \r, and ; are used as terminators, so you can put
|
|
|
|
# multiple entries on the same line.
|
|
|
|
|
|
|
|
#Whether to limit the control loop to ~60ish FPS.
|
|
|
|
cpu_autolimit = 1
|
|
|
|
|
|
|
|
#General GUI properties.
|
|
|
|
title = PA Test
|
2015-01-10 07:44:13 +01:00
|
|
|
set_screenx = 720
|
2015-01-07 06:09:26 +01:00
|
|
|
set_screeny = 480
|
|
|
|
|
|
|
|
#Sound properties.
|
|
|
|
buffer = 128
|
|
|
|
play = 0
|
|
|
|
rec = 1
|
|
|
|
channels = 2
|
|
|
|
samplerate = 44100
|
2015-01-17 23:39:49 +01:00
|
|
|
wininput = 0
|
|
|
|
|
|
|
|
#Compiled version will default this.
|
|
|
|
#sound_source = PULSE
|
2015-01-07 06:55:35 +01:00
|
|
|
#-1 indicates left and right, 0 left, 1 right.
|
2015-01-07 07:22:37 +01:00
|
|
|
sample_channel = -1
|
2015-01-25 02:37:22 +01:00
|
|
|
sourcename =
|
|
|
|
alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
|
2015-01-07 06:09:26 +01:00
|
|
|
|
|
|
|
##################################
|
|
|
|
# General ColorChord properties. #
|
|
|
|
##################################
|
|
|
|
|
|
|
|
# How much to amplify the incoming signal.
|
2015-01-10 07:44:13 +01:00
|
|
|
amplify = 2.5
|
2015-01-07 06:09:26 +01:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# This is only used when dealing with the slow decompose (now defunct)
|
|
|
|
# decompose_iterations = 1000
|
|
|
|
# default_sigma = 1.4000
|
|
|
|
|
|
|
|
# DFT properties for the DFT up top.
|
2015-01-16 08:28:24 +01:00
|
|
|
dft_iir = 0.6
|
2015-01-10 07:44:13 +01:00
|
|
|
dft_q = 20.0000
|
|
|
|
dft_speedup = 1000.0000
|
2015-01-07 06:09:26 +01:00
|
|
|
octaves = 5
|
|
|
|
|
2015-01-10 07:44:13 +01:00
|
|
|
filter_iter = 2
|
|
|
|
filter_strength = .5
|
2015-01-07 06:09:26 +01:00
|
|
|
|
|
|
|
# How many bins per octave to use?
|
|
|
|
freqbins = 24
|
|
|
|
|
|
|
|
# For the final note information... How much to slack everything?
|
|
|
|
note_attach_amp_iir = 0.3000
|
2015-01-10 07:44:13 +01:00
|
|
|
note_attach_amp_iir2 = 0.200
|
2015-01-07 06:09:26 +01:00
|
|
|
note_attach_freq_iir = 0.4000
|
|
|
|
|
|
|
|
#How many bins a note can jump from frame to frame to be considered a slide.
|
|
|
|
#this is used to prevent notes from popping in and out a lot.
|
|
|
|
note_combine_distance = 0.5000
|
2015-01-10 07:44:13 +01:00
|
|
|
note_jumpability = 1.8000
|
2015-01-07 06:09:26 +01:00
|
|
|
note_minimum_new_distribution_value = 0.0200
|
|
|
|
note_out_chop = 0.1000
|
|
|
|
|
|
|
|
|
2015-01-10 07:44:13 +01:00
|
|
|
#=======================================================================
|
|
|
|
#Outputs
|
|
|
|
|
|
|
|
|
|
|
|
This is a vornoi thing:
|
|
|
|
outdrivers = DisplayArray, OutputVoronoi
|
2015-01-17 23:39:49 +01:00
|
|
|
lightx = 64
|
|
|
|
lighty = 32
|
2015-01-10 07:44:13 +01:00
|
|
|
fromsides = 1
|
|
|
|
shape_cutoff = 0.03
|
|
|
|
satamp = 5.000
|
|
|
|
amppow = 2.510
|
|
|
|
distpow = 1.500
|
|
|
|
|
2015-01-07 06:09:26 +01:00
|
|
|
|
2015-01-07 04:51:39 +01:00
|
|
|
|