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
|
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 |
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
|
2430b95860
|
fixed frame limiter not resetting after sleep
|
11 years ago |
karlstav
|
1ea97eda30
|
improved responsivness by increasing gravity
|
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 |
Christopher Zins
|
d6c342a805
|
Renamed background color 'none' to 'default'
|
11 years ago |
Christopher Zins
|
79a3c155a3
|
Added 'none' as an acceptable argument to Background color, which preserves the default background color
|
11 years ago |
Christopher Zins
|
31e5e1d54b
|
Background color parameter now accepts 'black' as an argument
|
11 years ago |
karlstav
|
84c6baa83a
|
added on the fly handling of sensitivity
|
11 years ago |
karlstav
|
d0464274bb
|
removed old terminal cleanup
|
11 years ago |
karlstav
|
74c1569b19
|
added more cleanups in the optargs
|
11 years ago |
karlstav
|
4824e0ff4b
|
added handle for tiny terminal width fixing #32
|
11 years ago |
karlstav
|
19937a6c0b
|
moved signal and terminal preperation to before getopts, fixing terminal screwup when specifying invalid prams
|
11 years ago |
An Ko
|
1aabc2116a
|
Portable ncurses build
Fixes karlstav/cava#4.
|
11 years ago |
karlstav
|
b3c4d3bd54
|
fix fps = 1 after sleep bug
|
11 years ago |
karlstav
|
fda69d46ea
|
fix framerate handling, better center adjustment, cleaning
|
11 years ago |
sjef
|
1d5bd3cab9
|
Fix typos
|
11 years ago |
sjef
|
9aec572fa3
|
Improve comment description for the future
smooth and sm might not always be next to each other
|
11 years ago |
sjef
|
a70273fb16
|
Fix indentation
|
11 years ago |
sjef
|
00fb123323
|
Fix typos
|
11 years ago |
sjef
|
d9a9fe5e36
|
Remove unused macro (PI)
|
11 years ago |
sjef
|
11dac58f08
|
Use English instead of Norwegian in debug
|
11 years ago |
sjef
|
c0dc9f24e7
|
Divide long code line into several short lines
|
11 years ago |
sjef
|
c3810efdb4
|
Make comment-style more consistent
|
11 years ago |
karlstav
|
da9be64f7d
|
improved fontfile for tty, 8 is now fullblock
|
11 years ago |
sjef
|
ccbe7d32b2
|
Fix typos
|
11 years ago |
karl
|
7a5e18199e
|
improved filters
changed order of filters, fallof -> monstercat -> integral
|
11 years ago |
karlstav
|
ffbd04c728
|
first ncurses commit
|
11 years ago |
CelestialWalrus
|
1a32055275
|
Prepare for #24
|
11 years ago |
CelestialWalrus
|
7dc8635fe4
|
Moved DEBUGs more to the right.
|
11 years ago |
CelestialWalrus
|
219eca60ed
|
Fixed usage
|
11 years ago |
CelestialWalrus
|
e8136bd469
|
More small changes
|
11 years ago |
CelestialWalrus
|
f08ab5871b
|
Removed unnecessary gotod:
|
11 years ago |
CelestialWalrus
|
7107d7b224
|
Improved code readability, commented some stuff
|
11 years ago |
Yu-Jie Lin
|
533b9bfec8
|
fix exit with no cleanup, change label "exit" to common "out", use EXIT_FAILURE
|
11 years ago |
Yu-Jie Lin
|
8114d318af
|
fix misuse of SIGQUIT, better handling signals and user quitting
I minused SIGQUIT in 902c08bde0, should be SIGTERM. The default action Core (also see signal(7)` actually would dump core [1].
SIGTERM is the right choice, however, the default action would exit with 143 instead of 0. I do not want to `exit(EXIT_SUCCESS)`, because if user `pkill cava` not by q key, it should exit with 143. Therefore, I made it `goto exit`.
The (default) signal handlers is used by `signal() [2]`, no need to store `old_action`.
References:
[1]: http://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html#index-SIGQUIT
[2]: http://www.gnu.org/software/libc/manual/html_node/Termination-in-Handler.html#Termination-in-Handler
|
11 years ago |
Yu-Jie Lin
|
aad1e793ac
|
fix max bars when starting with -S then toggle with s key, use <kbd/> to mark keys. (#22)
|
11 years ago |