79 Commits (fd798c3160ecc96b7fb690ae3763ad508cd5e325)

Author SHA1 Message Date
Harshal Sheth fd798c3160 Attempt 3 6 years ago
Harshal Sheth e68c083991 Attempt 2 at fixing build issues 6 years ago
karlstav 80679a86a7 use new human readable var names in noncurses source, and better code reuse 6 years ago
karlstav 5d262c0eeb properly handle alloc and free in noncurses 6 years ago
Harshal Sheth e8f9855339 Fix clang format issues 6 years ago
Harshal Sheth 4e03d6ca28 Use format string to fix build 6 years ago
karlstav 90159e5de3 Reworked noncurses output mode and made it defualt. 6 years ago
karlstav 194c199c3f fix #343 noncurses ouptut method vertical offset 6 years ago
karlstav e5702f08ca rename more variables to human readable format 6 years ago
karlstav ee96026023 renaming variables to be more human readable 6 years ago
karlstav 626ba55018 ncurses init: use the word lines instead of height 6 years ago
karlstav eb59e0fa91 ncurses: make sure not to use uninitialized color pair 6 years ago
karlstav 15d6645b04 ncurses: add manual painting of background, #344 6 years ago
karlstav b19395a677 gradient: start with color pair number 16 6 years ago
Tudor Brindus d8fbccb232 De-duplicate falloff memory assignment 6 years ago
Tudor Brindus c4590704b5 ncurses: correctly offset bar height index 6 years ago
Quantum f7064a9707 Use AM_CONDITIONAL to do conditional compilation 6 years ago
Quantum 45b538ad10 Split output modules into separate object files 6 years ago
Tudor Brindus 42125c63f2 Run clang-format over all header files 6 years ago
Quantum 9d93debec4 Use clang-format to ensure a consistent style 6 years ago
Tudor Brindus cc1e6230c8 ncurses: tentatively fix tty output 6 years ago
Tudor Brindus 0c93dfdf45 Rework output/terminal_ncurses.c to be more performant 6 years ago
Tudor Brindus e258288e35 ncurses: silence `setterm` errors on exit 6 years ago
Tudor Brindus 04eabc7d8d Improve performance by not parsing format string every cell 6 years ago
karlstav b19af728f3 fixed some minor warnings 7 years ago
karlstav 9eab569567 added fft buffer size as configurable parameter 7 years ago
Sandy 0844e2e9fa Updated the code by deleting all whitespaces ended with newline. 8 years ago
Subhranil Mukherjee 6c4d11e440
Enabled multicolored gradient 8 years ago
Adrian Rossiter 45627faa42 Fix build errors and warnings if not using ncurses 8 years ago
karlstav e7b6e0e72b fixed bug preventing color in noncurses mode from working 8 years ago
karlstav 48b9eecff1 cleanup function no longer cleans up when in raw output mode 8 years ago
karlstav b27da7e468 replaced code for binary output #197 8 years ago
karlstav 58cb1d3c7f implemented autosens for raw 8 years ago
karl e746d52c33 Revert "all: remove include *.c from cava.c" 9 years ago
Chelovechishko 6e27b5a9c1 all: remove include *.c from cava.c 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 9 years ago
karlstav 489fef33e0 fixed color starting from 0, also fixed so gradien size will not 9 years ago
karlstav 54dece11f6 fixed max color beeing less than gadient size 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 9 years ago
karlstav 3a8d7774bb rainbow: refraction and correct usage of color_pair_number 9 years ago
karlstav 318d068d02 fixed background and added explanations to conig file 9 years ago
karlstav 6bb1a70261 added rainbow mode 9 years ago
Chelovechishko 1c75a66f88 raw: again use float division 9 years ago
Chelovechishko 67a67fd794 raw: refactoring 9 years ago
Chelovechishko 4772bdd99c terminal_ncurses: restore original colors on exit 9 years ago
Chelovechishko b70ffa9d5c terminal_ncurses: fill a background to chosen color from the beginning 9 years ago