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
stats
log msg
author
committer
range
path:
root
/
components
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2017-06-01
tidying up
tassaron
1
-5
/
+6
2017-06-01
settings.ini now saved/loaded with projects
tassaron
1
-20
/
+23
2017-06-01
components can be saved and loaded as projects
tassaron
1
-6
/
+50
2017-06-01
a handy showMessage() method
tassaron
1
-14
/
+34
and starting on the project buttons
2017-06-01
restrict presets to boring characters
tassaron
1
-15
/
+25
2017-06-01
saveable titleFont, xPosition glitches fixed
tassaron
2
-8
/
+20
2017-06-01
Performance boost for static backgrounds. moved drawBars() inside class.
DH4
2
-44
/
+42
2017-06-01
Fixed spectrum rendering. Fixed multiple static renders.
DH4
2
-26
/
+30
2017-06-01
minor fixes, comments
tassaron
2
-25
/
+24
2017-05-31
fix syntax error
tassaron
1
-2
/
+2
2017-05-31
Fixed frame loop bug.
DH4
1
-17
/
+18
2017-05-31
New rendering engine partially implemented. Also added a live preview during ↵
DH4
3
-131
/
+208
rendering. FIXME: spectrum is out of sync / rendering too quickly.
2017-05-30
get confirmation when overwriting presets
tassaron
1
-1
/
+14
2017-05-30
presets are working
tassaron
4
-20
/
+44
except for font because it can't be represented as a string
2017-05-30
the most simple way of saving dictionaries
tassaron
3
-10
/
+35
2017-05-29
added component base class
tassaron
4
-58
/
+74
2017-05-29
remove test video
tassaron
2
-1
/
+3
2017-05-29
title text does not need to generate a new image each frame
tassaron
3
-5
/
+18
2017-05-28
save empty presets, comboBox populates with preset names
tassaron
3
-4
/
+20
2017-05-28
savePreset creates a file
tassaron
3
-6
/
+32
2017-05-28
turned openPreset button into comboBox to fit a new design
tassaron
2
-11
/
+17
2017-05-28
create data directory structure
tassaron
1
-2
/
+13
2017-05-28
Fixed component list not affecting render order. FIXME Reverse the render order
DH4
1
-5
/
+11
2017-05-28
slight fixes to component UIs
tassaron
3
-298
/
+284
and adding a component changes the stackedWidget
2017-05-28
Implemented change list order
DH4
2
-3
/
+55
[next]