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
/
presetmanager.py
Age
Commit message (
Collapse
)
Author
2017-07-20
add component in context menu, del/ins hotkeys
tassaron
+ preset manager uses mainwindow component list
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron
component methods are auto-decorated & settings are now class variables
2017-07-15
trying to make setup.py work
tassaron
2017-07-13
components automatically drawPreview & save currentPreset
tassaron
this makes a Component easier to program. also more comments
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
preset delete, rename, save updates both windows
tassaron
2017-06-25
project files save settings & out/in fields
tassaron
2017-06-24
fixing bugs
tassaron
2017-06-24
merged with feature-newgui
tassaron
2017-06-23
qt5 fixes
tassaron
also pep8 compliance
2017-06-23
QT5 Conversion + Directory Structure
DH4