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
/
core.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
undoable edits for normal component settings; TODO: merge small edits
tassaron
2017-08-15
1
-7
/
+13
*
undoable removeComponent action
tassaron
2017-08-14
1
-12
/
+24
*
faster Spectrum preview & custom VERBOSE loglvl
tassaron
2017-08-14
1
-4
/
+6
*
rv pointless optimization & remove circular imports (again...)
tassaron
2017-08-12
1
-1
/
+1
*
using the builtin logging module
tassaron
2017-08-10
1
-8
/
+65
*
save presets as floats so project resolution is not relevant
tassaron
2017-08-03
1
-1
/
+1
*
max spinbox vals scale relatively & less errors when spamming res change
tassaron
2017-08-03
1
-3
/
+3
*
generic preview sound for waveform component
tassaron
2017-07-29
1
-0
/
+1
*
quit if project doesn't exist when exporting from commandline
tassaron
2017-07-27
1
-2
/
+4
*
repeated errors don't cause repeated windows
tassaron
2017-07-25
1
-7
/
+8
*
ComponentError exception wraps previewRender
tassaron
2017-07-23
1
-0
/
+3
*
better component error messages
tassaron
2017-07-23
1
-6
/
+4
*
components auto-connect & track widgets, less autosave spam
tassaron
2017-07-23
1
-74
/
+122
*
add component in context menu, del/ins hotkeys
tassaron
2017-07-20
1
-6
/
+4
*
ffmpeg functions moved to toolkit, component format simplified
tassaron
2017-07-20
1
-318
/
+61
*
combined toolkit.py & frame.py into toolkit package
tassaron
2017-07-17
1
-1
/
+1
*
new hotkey to preview the ffmpeg command
tassaron
2017-07-16
1
-1
/
+5
*
apply complex filters to audio streams from components
tassaron
2017-07-16
1
-17
/
+86
*
use -t on inputs so ffmpeg knows when to stop filters
tassaron
2017-07-15
1
-2
/
+6
*
Video comp verifies audio streams, videoThread moved into Core
tassaron
2017-07-15
1
-0
/
+16
*
components automatically drawPreview & save currentPreset
tassaron
2017-07-13
1
-0
/
+1
*
staticComponents list is reversed now
tassaron
2017-07-13
1
-4
/
+4
*
added option to include audio from Video components
tassaron
2017-07-13
1
-2
/
+14
*
merge consecutive static components
tassaron
2017-07-13
1
-0
/
+2
*
fixed various bugs
tassaron
2017-07-11
1
-2
/
+2
[next]