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