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
/
components
Age
Commit message (
Expand
)
Author
2017-06-08
rename and delete buttons in preset manager
tassaron
2017-06-08
saved preset titles, code clean-ups
tassaron
2017-06-07
added submenu for opening presets, moved code
tassaron
2017-06-07
newProject method & various small fixes
tassaron
2017-06-06
changed video init to use keywords
tassaron
2017-06-06
Code cleanup
DH4
2017-06-06
Use bytes instead of encoding a PNG in text module.
DH4
2017-06-06
fixed empty preview frame bug
tassaron
2017-06-06
Merge branch 'component-backgrounds' of github.com:IamDH4/audio-visualizer-py...
DH4
2017-06-06
When out of frames, send last frame to buffer. Added ability to loop video.
DH4
2017-06-06
added framebuffer to keep frames in order
tassaron
2017-06-05
Performance Tuning. FIXME: Video component frames are rendered out of order....
DH4
2017-06-05
Font Offset
DH4
2017-06-04
frames are taken straight from the in_pipe
tassaron
2017-06-04
not dumping frames anymore, but not working yet either
tassaron
2017-06-04
video component almost working, rm hardcoded backgrounds
tassaron
2017-06-04
half-finished video component
tassaron
2017-06-03
basic image component
tassaron
2017-06-03
start of background replacement components
tassaron
2017-06-03
Better text defaults
DH4
2017-06-03
Layout Fixes
DH4
2017-06-03
saved project dirs
tassaron
2017-06-02
Progressbar enhancement.
DH4
2017-06-02
Cancel button stops pre-processing too.
DH4
2017-06-01
saveable titleFont, xPosition glitches fixed
tassaron
2017-06-01
Merge pull request #6 from IamDH4/feature-rendering-engine
Brianna
2017-06-01
Performance boost for static backgrounds. moved drawBars() inside class.
DH4
2017-06-01
Fixed spectrum rendering. Fixed multiple static renders.
DH4
2017-06-01
minor fixes, comments
tassaron
2017-05-31
fix syntax error
tassaron
2017-05-31
New rendering engine partially implemented. Also added a live preview during ...
DH4
2017-05-30
presets are working
tassaron
2017-05-30
the most simple way of saving dictionaries
tassaron
2017-05-29
Merge branch 'feature-newgui' into feature-newgui-lesstextrenders
Brianna
2017-05-29
Merge branch 'feature-newgui' of https://www.github.com/IamDH4/audio-visualiz...
tassaron
2017-05-29
added component base class
tassaron
2017-05-29
title text does not need to generate a new image each frame
tassaron
2017-05-28
save empty presets, comboBox populates with preset names
tassaron
2017-05-28
savePreset creates a file
tassaron
2017-05-28
slight fixes to component UIs
tassaron
2017-05-28
fixed travelling text bug
tassaron
2017-05-28
title text is now a component
tassaron
2017-05-28
Integration with tassaron2 modular design. True Alpha Rendering added, severa...
DH4