aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/waveform.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x/y pixel values update to match output resolutiontassaron2017-08-011-0/+3
|
* component class now tracks colorwidgetstassaron2017-08-011-35/+5
| | | | so adding new color-selection widgets is now simple
* added Spectrum component with many optionstassaron2017-07-301-15/+33
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-291-13/+25
| | | | with secret preference to use the audio file again
* waveform component is working, preview is glitchytassaron2017-07-291-42/+92
|
* starting work on Waveform componenttassaron2017-07-291-0/+139
split Video class out of Video component for reuse in Waveform