index
:
audio-visualizer-python
master
(forked from djfun) a little GUI tool to render visualization videos of audio files
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
toolkit
/
frame.py
Age
Commit message (
Expand
)
Author
2026-01-11
update to Qt 6 and Pillow 12
tassaron
2022-04-27
fix segmentation fault when rendering Color component
tassaron
2022-04-22
make pip-installable as a package
tassaron
2017-08-28
ctrl-c ends commandline mode properly
tassaron
2017-08-26
fixed too-large Color sizes, fixed a redoing bug, rm pointless things
tassaron
2017-08-15
undoable edits for normal component settings; TODO: merge small edits
tassaron
2017-08-14
faster Spectrum preview & custom VERBOSE loglvl
tassaron
2017-08-12
fix
tassaron
2017-08-12
rv pointless optimization & remove circular imports (again...)
tassaron
2017-08-12
move previewWindow class into new file
tassaron
2017-08-10
using the builtin logging module
tassaron
2017-08-08
relative stroke px size & no Qt pen on stroke
tassaron
2017-08-01
component class now tracks colorwidgets
tassaron
2017-07-29
waveform component is working, preview is glitchy
tassaron
2017-07-23
ComponentError exception wraps previewRender
tassaron
2017-07-23
components auto-connect & track widgets, less autosave spam
tassaron
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron
2017-07-17
combined toolkit.py & frame.py into toolkit package
tassaron