Andrzej Rybczak
3e6a2af695
Rename fifo related values and functions
5 years ago
Andrzej Rybczak
fbbb5637e7
Discard any lingering data from the source
5 years ago
Andrzej Rybczak
95c0678792
Implement buffering of visualizer samples read from the fifo
5 years ago
Andrzej Rybczak
f4e032b047
Better amount of samples read for wave visualizers
5 years ago
Andrzej Rybczak
b6a3823e83
Set default visualizer to spectrum if fftw is available
5 years ago
Andrzej Rybczak
970ebe63fd
Call InitVisualization() on resize
5 years ago
Andrzej Rybczak
27bd4bff5e
Fix look of the ellipse visualizer with high fps
5 years ago
Andrzej Rybczak
b5bea554b6
Fix autoscaler
5 years ago
Andrzej Rybczak
cff792bb7e
Improve look for bigger values of dft_size
5 years ago
Andrzej Rybczak
b602b198cd
Make fps of the visualizer configurable and set it to 60 by default
5 years ago
Andrzej Rybczak
b8983b93ec
Set sizes of samples read properly for stereo visualizers
5 years ago
Andrzej Rybczak
8237bcef27
Don't wrap colors around in sound wave filled and frequency spectrum
5 years ago
Andrzej Rybczak
ee664775a1
Increase range of visualizer_spectrum_dft_size
5 years ago
Andrzej Rybczak
54a0c9a46e
Increase fps of the visualizer to 30
5 years ago
Andrzej Rybczak
9b49acba56
Clear samples of the visualizer when playback is stopped
5 years ago
Andrzej Rybczak
261b23266d
Add visualizer_spectrum_gain option to a configuration file
5 years ago
Andrzej Rybczak
2f07252ed9
Toggle the fifo output once if synchronization is disabled
5 years ago
Andrzej Rybczak
ecdc77b960
Fix typo
5 years ago
Andrzej Rybczak
21034fdfa7
Pass random_exlude_pattern as reference
5 years ago
Andrzej Rybczak
8575a9132c
Disable hacky attempt to sync visualization with audio by default
5 years ago
Andrzej Rybczak
9749e49cfc
Squash a few more warnings
5 years ago
Andrzej Rybczak
3b06b7e90e
Allow for editing multiple titles in the tag editor
5 years ago
Andrzej Rybczak
2c91694dc4
Fix locating a song in album only view and make it play nice with dates
5 years ago
Andrzej Rybczak
00a614eec2
Use signal instead of sigignore as the latter is deprecated
5 years ago
Andrzej Rybczak
176b9714f3
Fix warnings in visualizer.cpp
5 years ago
Andrzej Rybczak
4873bde0ab
More markdown
5 years ago
Andrzej Rybczak
e18903c400
Update CHANGELOG with visualizer changes
5 years ago
Andrzej Rybczak
d1e7c0cbf0
Disable autoscaling for visualizer by default
5 years ago
Andrzej Rybczak
f71edace63
Better defaults for visualization in 256 colors
5 years ago
Andrzej Rybczak
28382a09b9
Fix default value of visualizer_spectrum_dft_size
5 years ago
Andrzej Rybczak
b2ffa001a1
Update CHANGELOG
5 years ago
Evan Chang
47b3baf93c
Use log scale for visualizer ( #397 )
...
* Visualizer: use log scale
- log scale frequency and gain
- Hamming windowing
- improve reading from fifo
* Fix Visualizer memory leaks
* Visualizer: use Blackman window
* Visualizer: support DFT zero padding
* Visualizer: support fractional height bars, fix fifo read
* Revert "Fix Visualizer memory leaks"
This reverts commit 5c6509d2b8ed985a4928f681217dc8616d053ace.
* Visualizer: fix fifo read again
* Visualizer: add cubic interpolation option
* Visualizer: Expose more config options, add docs for config options
* Visualizer: Use reverse video text for stereo visualizer smooth look
* Visualizer: use FormattedColor to for reverse-video
* Visualizer: change some config options for spectrum
* Fix build fftw disabled
* Visualizer: use [0,5] interval for dft_size config option
5 years ago
Lucas Zacharewicz
750e7ff59d
Added option to hide album dates ( #417 )
...
* Added option to hide album dates
* Fixed formating typo
5 years ago
Francesco
b72768d168
Update Makefil.am to reflect NEWS-->CHANGELOG.md rename ( #430 )
...
(d1fe67b031 )
5 years ago
Andrzej Rybczak
99f760bdac
Add new actions to sample bindings file and help screen
5 years ago
Andrzej Rybczak
d549df3e69
Update CHANGELOG
5 years ago
arcnmx
430cd92e96
Add an explicit Load action ( #409 )
5 years ago
Andrzej Rybczak
d1fe67b031
Rename NEWS to CHANGELOG.md and fill in changes for 0.9
5 years ago
Andrzej Rybczak
5b6736b543
Remove Lyricsmania fetcher as it doesn't work
5 years ago
Andrzej Rybczak
ecc2fefa7c
Fix Genius and Tekstowo fetchers
5 years ago
Andrzej Rybczak
60b8071eea
Remove lyricwiki fetcher as the site closed down
5 years ago
jaredforrest
aa9ca84cb2
Fix delete key in st ( #425 )
5 years ago
Andrzej Rybczak
7ee6de39a1
Merge pull request #375 from torstehu/master
...
doc/ncmpcc: fix typo
6 years ago
Andrzej Rybczak
cc6fbddb37
Merge pull request #385 from sbraz/gcc10
...
Fix build with GCC 10 by adding missing include
6 years ago
Louis Sautier
399e0f4700
Fix build with GCC 10 by adding missing include
...
Fixes the following error:
./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’
6 years ago
Torstein Husebø
95b688f9f0
doc/ncmpcc: fix typo
6 years ago
Andrzej Rybczak
bdec1eb009
Merge pull request #373 from wylfen/master
...
Stop using deprecated removeField method
6 years ago
Andrzej Rybczak
69ec9aef63
Merge pull request #370 from dankamongmen/master
...
Curses: don't iterate through unbound COLORS #369
6 years ago
nick black
302bcca99a
Curses: don't iterate through unbound COLORS #369
...
On DirectColor-capable terminals with the proper terminfo
database in use, COLORS is 2^24. Since the color map is
only 64k entries, this resulted in a segfault. I've
introduced NC::colorCount(), which bounds it by the
previously assumed maximum (and usable range) of 256.
6 years ago
Andrzej Rybczak
608c779a4d
Merge pull request #374 from arybczak/lyrics-fix
...
Fix lyrics fetchers
6 years ago