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
/
ffmpeg.py
Age
Commit message (
Expand
)
Author
2017-08-26
fixed too-large Color sizes, fixed a redoing bug, rm pointless things
tassaron
2017-08-19
remove % from log calls
tassaron
2017-08-14
better aevalsrc inputs for spectrum previews
tassaron
2017-08-12
rv pointless optimization & remove circular imports (again...)
tassaron
2017-08-10
using the builtin logging module
tassaron
2017-07-30
added Spectrum component with many options
tassaron
2017-07-29
generic preview sound for waveform component
tassaron
2017-07-29
waveform component is working, preview is glitchy
tassaron
2017-07-29
starting work on Waveform component
tassaron
2017-07-28
move code into a new function for future expansion
tassaron
2017-07-27
fixed video component eating stdout
tassaron
2017-07-25
error can be locked within properties()
tassaron
2017-07-23
better component error messages
tassaron
2017-07-23
components auto-connect & track widgets, less autosave spam
tassaron
2017-07-20
add component in context menu, del/ins hotkeys
tassaron
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron