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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make pip-installable as a package
tassaron
2022-04-22
22
-66
/
+64
*
fail gracefully if createFfmpegCommand returns empty
tassaron
2022-04-21
1
-7
/
+16
*
createFfmpegCommand returns an empty list if it fails
tassaron
2022-04-21
1
-0
/
+9
*
fix RuntimeError caused by QUndoStack signal handler
tassaron
2022-04-21
1
-3
/
+11
*
fix crash if ffmpeg is not installed (tested on windows 11)
tassaron
2022-04-21
2
-3
/
+12
*
fix missing audio in output video due to change in ffmpeg command syntax (tes...
tassaron
2022-04-13
1
-7
/
+6
*
cast floats to ints when calling resize(), setX(), and setY() (argument types...
tassaron
2022-04-13
2
-5
/
+6
*
quick update to be somewhat compatible with newer versions of Pillow, ffmpeg,...
tassaron2
2020-03-15
1
-3
/
+4
*
ctrl-c ends commandline mode properly
tassaron
2017-08-28
5
-10
/
+24
*
undoable Life component grid actions
tassaron
2017-08-27
2
-38
/
+102
*
file logging can be turned completely off
tassaron
2017-08-27
7
-90
/
+119
*
disallow suspiciously enormous floats
tassaron
2017-08-27
1
-3
/
+10
*
fixed too-large Color sizes, fixed a redoing bug, rm pointless things
tassaron
2017-08-26
10
-59
/
+72
*
potential dataDir paths in comments for future reference
tassaron
2017-08-21
1
-1
/
+4
*
added undo button to GUI
tassaron
2017-08-20
4
-8
/
+51
*
don't merge undos when setting text with a button
tassaron
2017-08-20
6
-21
/
+37
*
relative widgets scale properly when undoing at different resolutions
tassaron
2017-08-20
5
-29
/
+68
*
remove % from log calls
tassaron
2017-08-19
8
-41
/
+66
*
fixed issues with undoing relative widgets
tassaron
2017-08-19
17
-81
/
+215
*
undoable preset open, rename, and delete'
tassaron
2017-08-17
3
-25
/
+107
*
component updateWrapper and more obvious method names
tassaron
2017-08-17
2
-93
/
+122
*
undoable add-comp & clear-preset actions
tassaron
2017-08-17
4
-22
/
+94
*
undoable component movement
tassaron
2017-08-16
3
-13
/
+45
*
undo merge IDs given per attr instead of widget type
tassaron
2017-08-16
1
-6
/
+1
*
merge consecutive actions on the same widget type
tassaron
2017-08-16
1
-10
/
+44
[next]