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
/
component.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-01
x/y pixel values update to match output resolution
tassaron
1
-3
/
+36
2017-08-01
component class now tracks colorwidgets
tassaron
8
-170
/
+90
2017-07-30
crop aphasermeter so it scales to look bigger
tassaron
1
-1
/
+2
2017-07-30
more options for the Spectrum component
tassaron
3
-34
/
+437
2017-07-30
added Spectrum component with many options
tassaron
8
-71
/
+959
2017-07-29
generic preview sound for waveform component
tassaron
5
-18
/
+39
2017-07-29
waveform component is working, preview is glitchy
tassaron
8
-87
/
+256
2017-07-29
starting work on Waveform component
tassaron
8
-160
/
+607
2017-07-28
move code into a new function for future expansion
tassaron
1
-87
/
+97
2017-07-27
some minor bugfixes
tassaron
5
-12
/
+14
2017-07-27
quit if project doesn't exist when exporting from commandline
tassaron
2
-3
/
+7
2017-07-27
fixed video component eating stdout
tassaron
10
-155
/
+141
2017-07-25
don't]] always trigger error()
tassaron
1
-1
/
+1
2017-07-25
removed pyc
tassaron
2
-1
/
+1
2017-07-25
error can be locked within properties()
tassaron
6
-66
/
+46
2017-07-25
repeated errors don't cause repeated windows
tassaron
7
-45
/
+63
2017-07-24
preset manager uses mainwindow row for every button
tassaron
3
-34
/
+67
2017-07-23
Fixes opening behind other windows on OS X
rikai
1
-0
/
+1
2017-07-23
ComponentError exception wraps previewRender
tassaron
7
-60
/
+104
2017-07-23
better component error messages
tassaron
9
-82
/
+190
2017-07-23
components auto-connect & track widgets, less autosave spam
tassaron
21
-620
/
+604
2017-07-20
add component in context menu, del/ins hotkeys
tassaron
8
-68
/
+122
2017-07-20
ffmpeg functions moved to toolkit, component format simplified
tassaron
19
-495
/
+628
2017-07-17
combined toolkit.py & frame.py into toolkit package
tassaron
15
-49
/
+58
2017-07-16
new hotkey to preview the ffmpeg command
tassaron
4
-5
/
+26
[next]