aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/spectrum.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use pyproject.toml + uv_buildAeliton G. Silva2026-01-131-368/+0
* update to Qt 6 and Pillow 12tassaron2026-01-111-128/+172
* ffmpeg filter_complex creation code is more readabletassaron2022-05-061-112/+119
* convert Spectrum FFmpeg complex_filters to f-stringstassaron2022-05-061-30/+31
* cast int to str all over the place.tassaron2022-05-031-4/+4
* remove extra window properties from window objectstassaron2022-04-291-3/+3
* make pip-installable as a packagetassaron2022-04-221-4/+4
* ctrl-c ends commandline mode properlytassaron2017-08-281-1/+2
* file logging can be turned completely offtassaron2017-08-271-7/+14
* fixed issues with undoing relative widgetstassaron2017-08-191-3/+1
* better aevalsrc inputs for spectrum previewstassaron2017-08-141-6/+26
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-26/+26
* using the builtin logging moduletassaron2017-08-101-5/+11
* relativeWidgets might as well be a listtassaron2017-08-031-25/+22
* relative gradients & last good frame used for preview errorstassaron2017-08-031-5/+10
* x/y pixel values update to match output resolutiontassaron2017-08-011-0/+3
* crop aphasermeter so it scales to look biggertassaron2017-07-301-1/+2
* more options for the Spectrum componenttassaron2017-07-301-30/+69
* added Spectrum component with many optionstassaron2017-07-301-0/+239