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
/
mainwindow.py
Age
Commit message (
Collapse
)
Author
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-07-04
moved functions into toolkit, fixed CMD appearing on Windows
tassaron
2017-06-26
added visualizer options + invalid presets get ignored
tassaron
2017-06-25
an extra progress bar label for Mac
tassaron
progressBar text is not visible in native Mac style
2017-06-25
component list not visually disabled
tassaron
this looks better on Mac
2017-06-25
renamed Original Audio Visualization to Classic Visualizer
tassaron
2017-06-25
--export commandline option
tassaron
overrides -i and -o to use saved fields from a project file
2017-06-25
project files save settings & out/in fields
tassaron
2017-06-25
disable some hotkeys while encoding, more friendly error messages
tassaron
2017-06-24
fixed lack of asterisks after openProject, added asterisk to window title
tassaron
2017-06-23
qt5 fixes
tassaron
also pep8 compliance
2017-06-23
QT5 Conversion + Directory Structure
DH4