aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/waveform.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-29waveform component is working, preview is glitchytassaron1-42/+92
2017-07-29starting work on Waveform componenttassaron8-160/+607
2017-07-28move code into a new function for future expansiontassaron1-87/+97
2017-07-27some minor bugfixestassaron5-12/+14
2017-07-27quit if project doesn't exist when exporting from commandlinetassaron2-3/+7
2017-07-27fixed video component eating stdouttassaron10-155/+141
2017-07-25don't]] always trigger error()tassaron1-1/+1
2017-07-25removed pyctassaron2-1/+1
2017-07-25error can be locked within properties()tassaron6-66/+46
2017-07-25repeated errors don't cause repeated windowstassaron7-45/+63
2017-07-24preset manager uses mainwindow row for every buttontassaron3-34/+67
2017-07-23Fixes opening behind other windows on OS Xrikai1-0/+1
2017-07-23ComponentError exception wraps previewRendertassaron7-60/+104
2017-07-23better component error messagestassaron9-82/+190
2017-07-23components auto-connect & track widgets, less autosave spamtassaron21-620/+604
2017-07-20add component in context menu, del/ins hotkeystassaron8-68/+122
2017-07-20ffmpeg functions moved to toolkit, component format simplifiedtassaron19-495/+628
2017-07-17combined toolkit.py & frame.py into toolkit packagetassaron15-49/+58
2017-07-16new hotkey to preview the ffmpeg commandtassaron4-5/+26
2017-07-16apply complex filters to audio streams from componentstassaron10-47/+283
2017-07-15trying to make setup.py worktassaron7-35/+53
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron6-23/+67
2017-07-15Video comp verifies audio streams, videoThread moved into Coretassaron5-47/+73
2017-07-13components automatically drawPreview & save currentPresettassaron9-20/+28
2017-07-13staticComponents list is reversed nowtassaron2-9/+9