index
:
specgram.git
master
Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
renderer.cpp
Age
Commit message (
Expand
)
Author
2022-04-21
Lower threshold for acceptable relative error of scale.
Vasile Vilvoiu
2021-10-21
Renderer does not cache colromap and valuemap.
Vasile Vilvoiu
2021-10-21
Refactor fft_area members to spectrogram members.
Vasile Vilvoiu
2021-07-22
Handle very small axes, when no nice value is found.
Vasile Vilvoiu
2021-07-22
Adjust the way scale is computed for axes.
Vasile Vilvoiu
2021-07-21
Added header file comments for classes and methods.
Vasile Vilvoiu
2021-07-17
Remove spdlog as a dependency.
Vasile Vilvoiu
2021-07-16
Round very small values to zero in tick labels.
Vasile Vilvoiu
2021-07-16
Adaptive tick spacing, based on tick label width.
Vasile Vilvoiu
2021-07-16
Remove use of typeof() extension.
Vasile Vilvoiu
2021-07-16
Render texture onto window on each iteration.
Vasile Vilvoiu
2021-07-16
Add support for arbitrary scales, with custom units.
Vasile Vilvoiu
2021-07-15
Update e-mail address in copyright notices, README and manpage.
Vasile Vilvoiu
2020-12-29
Initial commit
Vasile Vilvoiu