Tobias Kortkamp
|
c9ba2be9a2
|
Check for alloca.h in the configure script
Signed-off-by: Tobias Kortkamp <git@tobik.me>
|
9 years ago |
karlstav
|
c4a566fe01
|
changed to include alloca.h before alsa input source
|
9 years ago |
karlstav
|
e7a1f97b7a
|
rearenged library inclusion after sndio merge
change to only include stdlib if sndio is defined and include
alloca if sndio is not defined
|
9 years ago |
karlstav
|
7e8edc3569
|
Merge branch 'master' of https://github.com/karlstav/cava
|
9 years ago |
karl
|
76fa7c132d
|
Merge pull request #183 from t6/sndio
Add sndio backend
|
9 years ago |
Tobias Kortkamp
|
9528164064
|
Add missing ifdef SNDIO
Signed-off-by: Tobias Kortkamp <git@tobik.me>
|
9 years ago |
karlstav
|
e560636aee
|
updated todo
|
9 years ago |
karlstav
|
e6e4a5f363
|
added a check to see if pulseaudio is running
running cava with pulseaudio and default source caused
cava to hang if pulseaudio was not running
|
9 years ago |
Tobias Kortkamp
|
21c6bf06dd
|
Add sndio backend
Signed-off-by: Tobias Kortkamp <git@tobik.me>
|
9 years ago |
karl
|
5ed957cc26
|
removed note about ubuntu ppa out of date #176
|
9 years ago |
karl
|
b9eda9e8f8
|
marked Ubuntu ppa as not working, #176
|
9 years ago |
karlstav
|
cceb9de80f
|
updated changes in readme
|
9 years ago |
karlstav
|
07ed860610
|
updated changes in readme
|
9 years ago |
karlstav
|
caf1885291
|
fine tuning autosens
|
9 years ago |
karlstav
|
003324a1c7
|
new autosens
|
9 years ago |
karlstav
|
edf6788ef5
|
clean up code and fix int/double bug in monstercat
|
9 years ago |
karl
|
ae7bc1306a
|
first commit of 0.6.0
sorted config load and validate into its own file
changed style to cahnnels
removed smoothing 'modes'
|
9 years ago |
karlstav
|
802dc173f6
|
reverted some cahnges in last commit
turns out falloff and integral must be seperated
changed integral factor to 0-100, decimal does not always work in iniparser
cleaned up code.
|
9 years ago |
karl
|
cf6041d660
|
rewritten smoothing porcess
falloff is now calculated after integral.
integral is now based on acumulation of dif between current and last value.
|
9 years ago |
karl
|
1ae722bdf6
|
Update autogen.sh
updated hardcoded version tag
|
9 years ago |
karl
|
0e6fe7a2f2
|
Merge pull request #173 from funilrys/update-arch
Update Arch commands
|
9 years ago |
funilrys
|
5ff9ed080c
|
Update Arch commands
|
9 years ago |
karlstav
|
69a7d4bcfe
|
updated readme
|
9 years ago |
karl
|
36f9e50883
|
Create CONTRIBUTING.md
|
9 years ago |
karl
|
08730a0c82
|
Merge pull request #170 from karlstav/revert-168-uninclude_c
Revert "all: remove include *.c from cava.c"
|
9 years ago |
karl
|
e746d52c33
|
Revert "all: remove include *.c from cava.c"
|
9 years ago |
karl
|
52d60243e0
|
Merge pull request #168 from chelovechishko/uninclude_c
all: remove include *.c from cava.c
|
9 years ago |
Chelovechishko
|
6e27b5a9c1
|
all: remove include *.c from cava.c
add common.h and some stuff to make it compiled
|
9 years ago |
karlstav
|
6a07a23fcb
|
moved fopen raw output to after if target != stdout statement #123
turns out the raw target was never opened if the target was /dev/stdout
the file descriptor was opened within an if (target != /dev/stdout) statement
|
9 years ago |
karlstav
|
d8df114f78
|
added pa_context_disconnect() to fix #165
also added pa_context_unref() and pa_mainloop_free() to fix memory leaks
in the getdefaultsink function.
|
9 years ago |
karl
|
25f2148796
|
fix memory alocation error on reload when pulse source is not auto
|
9 years ago |
karlstav
|
210f7d721f
|
fixed string of supported input methods beeing concatenated every config reload #165
also did some general memory cleaning
still a slight memory leak in pulse
|
9 years ago |
karl
|
409f7c12a7
|
Delete changelog
There is always the commit log and there is also a changelog on the github-page. This closes #159
|
9 years ago |
karl
|
4c068baee3
|
Merge pull request #158 from jubalh/master
Update openSUSE install instructions
|
9 years ago |
Michael Vetter
|
3c38173e6b
|
Update openSUSE install instructions
|
9 years ago |
karlstav
|
c3be636e12
|
Merge remote-tracking branch 'origin/master' into rainbow
|
9 years ago |
karlstav
|
b3406f274a
|
added more explanations for gradient in config
|
9 years ago |
karlstav
|
93fa447461
|
fixed gradient size scaling to max colors
|
9 years ago |
karlstav
|
36e4e96a16
|
pushed top gradient color 15% downwards
|
9 years ago |
karlstav
|
8d73947696
|
added system("reset"); in cleanup to solve issue with resetting of color
also cleaned up the gradient generator
|
9 years ago |
karlstav
|
489fef33e0
|
fixed color starting from 0, also fixed so gradien size will not
be hight than COLORS of COLOR_PAIRS
|
9 years ago |
karlstav
|
54dece11f6
|
fixed max color beeing less than gadient size
|
9 years ago |
karlstav
|
86e7bb21ea
|
changed defualt colors
|
9 years ago |
karlstav
|
28d8d3107a
|
made gradient size a function of window size
|
9 years ago |
karlstav
|
59d2aaf3cd
|
changed from rainbow to gradient, works suprisingly well, but terminal
color definitaions are changed
|
9 years ago |
karlstav
|
3a8d7774bb
|
rainbow: refraction and correct usage of color_pair_number
|
9 years ago |
karlstav
|
90e3f13223
|
updatet readme and gif
|
9 years ago |
karlstav
|
318d068d02
|
fixed background and added explanations to conig file
|
9 years ago |
karlstav
|
6bb1a70261
|
added rainbow mode
|
9 years ago |
karlstav
|
750708d2ba
|
Revert "Remove cava_LDFLAGS"
This reverts commit dce2221d6e.
LDFLAGS apparently needed, even though they shouldn't...
|
9 years ago |