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
/
preview_thread.py
Age
Commit message (
Collapse
)
Author
2017-07-23
components auto-connect & track widgets, less autosave spam
tassaron
importing toolkit from live interpreter now works
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron
component methods are auto-decorated & settings are now class variables
2017-07-17
combined toolkit.py & frame.py into toolkit package
tassaron
2017-07-15
trying to make setup.py work
tassaron
2017-07-13
merge consecutive static components
tassaron
2017-07-11
fixed various bugs
tassaron
2017-07-09
a basic Sound component for mixing sounds
tassaron
to be greatly expanded...
2017-07-09
more comments + warnings for outdated dependencies
tassaron
2017-07-06
image options to mirror & saturate colours
tassaron
and some friendly docstrings
2017-06-25
--export commandline option
tassaron
overrides -i and -o to use saved fields from a project file
2017-06-25
disable some hotkeys while encoding, more friendly error messages
tassaron
2017-06-24
fixing bugs
tassaron
2017-06-23
QT5 Conversion + Directory Structure
DH4