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
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-05
added basic rotate option to images
tassaron
2017-07-05
fixed syntax error
tassaron
again...
2017-07-05
use decorator for readability
tassaron
2017-07-04
made code work
tassaron
2017-07-04
updated Windows installation instructions
tassaron
2017-07-04
removed pyc
tassaron
2017-07-04
moved functions into toolkit, fixed CMD appearing on Windows
tassaron
2017-07-02
frame-drawing tools for components to share
tassaron
2017-07-02
renamed component base
tassaron
2017-07-02
rm unneeded imports, work on freezing
tassaron
2017-07-01
Fixed Text Colors & update button color on manual value change.
DH4
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
preset delete, rename, save updates both windows
tassaron
2017-06-25
renamed Original Audio Visualization to Classic Visualizer
tassaron
2017-06-25
whitelist is more sensible here than blacklist
tassaron
2017-06-25
needs more tuples
tassaron
2017-06-25
newlines make project file easier to read
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-24
fixing bugs
tassaron
2017-06-24
merged with feature-newgui
tassaron
2017-06-23
Fixed QtWidgets not imported on some components.
DH4
2017-06-23
qt5 fixes
tassaron
also pep8 compliance
2017-06-23
QT5 Conversion + Directory Structure
DH4