Michael Vetter
abc8bdce60
Remove trailing whitespaces
11 years ago
karlstav
2f025f58f3
moved checking of 0 value outside of integral filter to fix #53
11 years ago
karlstav
8417ad622a
added resetting of current values after resizing to fix #54
11 years ago
karl
5064b8715a
Merge pull request #52 from anko/iniparser-dependency-fix
...
Properly add iniparser dependency
11 years ago
An Ko
e93c6bb3f5
Properly add iniparser dependency
...
Fixes #49 .
As described in #49 , compilation was failing when done in parallel.
This happened because the iniparser dependency wasn't expressed
explicitly as a make target dependency, but implicitly relied on timing.
11 years ago
karl
037cffe5a6
Update README.md
...
trying to make audio setup better explained
11 years ago
karlstav
e6e3f57970
added missing validation for input method, this should fix #51
11 years ago
karl
9dcb3d0673
Update README.md
...
typos and clarification of audio setup.
11 years ago
karlstav
2651195b64
added legacy ouput mode noncurses
11 years ago
karlstav
651f72eb15
improved cpu preformance in noncurses
11 years ago
karl
6d5a2b1c28
Merge pull request #47 from CelestialWalrus/master
...
Added ignore lower than x option
11 years ago
CelestialWalrus
bd12b5aa68
You can now reload configuration while in cava!
11 years ago
CelestialWalrus
8234160b0d
Added ignore lower than x option
11 years ago
karl
5bfd96a9e9
Merge pull request #46 from phijor/master
...
Create path to config-file if it does not exist.
11 years ago
Philipp Joram
ba22a991c6
Create path to config-file if it does not exist.
...
See issue #45 .
11 years ago
karlstav
12c11a1232
added noncurses output mode, (old printf version)
11 years ago
karlstav
478cf4995a
limit max integral multiplication factor to 0.99
11 years ago
karlstav
b2a8305ce1
Merge branch 'master' into modules
11 years ago
karlstav
56773917e7
fixed some smothing parameters to work better with config
11 years ago
karlstav
6b7da17440
fixed bug where autobars would cause eq to go bananas
11 years ago
karlstav
d63406c5fc
added example config file, copied at make"
11 years ago
karl
ca47cd5612
Merge pull request #44 from CelestialWalrus/modules
...
Added ini configuration.
11 years ago
CelestialWalrus
9f77f2330c
EQ is now done before the main loop
11 years ago
CelestialWalrus
1a3887887f
Adjustable monstercat
11 years ago
CelestialWalrus
8da0da0994
Docs & fixes
11 years ago
CelestialWalrus
903dbc056c
Added basic eq
11 years ago
CelestialWalrus
eb3a57240c
Support for [smoothing] section
11 years ago
CelestialWalrus
424ecaa05b
cava is now aware of XDG_CONFIG_HOME
11 years ago
CelestialWalrus
3429610b0b
Added ini configuration. Working properties: input:*, output:*, general:*, color:*
11 years ago
karl
a481dae2a4
Update todo
11 years ago
karl
e2a1265107
minor tweaking + bugfix
...
tweaking:
-increased gravity slightly
-increased integral smoothing slightly
-increased treble sensitivity
bugfix:
-alsa default device was fifo path and vice versa
-no default alsa device was specified
11 years ago
karl
2276950bae
Merge pull request #40 from CelestialWalrus/patch-1
...
Added another mode & fixed the output method arg.
11 years ago
CelestialWalrus
6d0e57c1c4
THE BASS CIRCLE
11 years ago
CelestialWalrus
a5a66deaca
Falloff switched places with Monstercat & the waves are 95% wavier now.
11 years ago
CelestialWalrus
1f9d63f83d
Fixed *the bass* again
11 years ago
CelestialWalrus
d32f0a593f
I think this one looks better.
11 years ago
CelestialWalrus
77d8133053
Fixed *the bass*
11 years ago
CelestialWalrus
32365670df
Added another smoothing mode
11 years ago
Alex Smith
0608bf92b9
Fix the output method console arg
11 years ago
karlstav
17bcb6d827
fix path optarg
11 years ago
karlstav
bdfe59e72a
switched off bold
11 years ago
karlstav
2430b95860
fixed frame limiter not resetting after sleep
11 years ago
karlstav
1ea97eda30
improved responsivness by increasing gravity
11 years ago
karlstav
0fc4bd94fb
adding new module files
11 years ago
karlstav
4c3f9ae0ee
moved alsa and fifo part to separate files, it works!
11 years ago
karlstav
5ec1377036
switched to using pointers to get terminal dim
11 years ago
karlstav
c3fef62ece
increased responsivnes
11 years ago
karlstav
85add3e3fb
fixed so no change is default background color
11 years ago
karl
6039301cd9
Merge pull request #37 from CZinsII/master
...
Color Argument Changes
11 years ago
Christopher Zins
d6c342a805
Renamed background color 'none' to 'default'
11 years ago