| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -54/+113 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 1 | -31/+0 |
| | | |||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 1 | -2/+3 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | components automatically drawPreview & save currentPreset | tassaron | 2017-07-13 | 1 | -14/+22 |
| | | | | | this makes a Component easier to program. also more comments | ||||
| * | fixed various bugs | tassaron | 2017-07-11 | 1 | -1/+8 |
| | | |||||
| * | separated creation of ffmpeg command | tassaron | 2017-07-09 | 1 | -3/+7 |
| | | | | | for future use to sllow editing the command before starting the export | ||||
| * | a basic Sound component for mixing sounds | tassaron | 2017-07-09 | 1 | -4/+16 |
| | | | | | to be greatly expanded... | ||||
| * | more comments + warnings for outdated dependencies | tassaron | 2017-07-09 | 1 | -23/+32 |
| | | |||||
| * | frame-drawing tools for components to share | tassaron | 2017-07-02 | 1 | -6/+4 |
| | | |||||
| * | renamed component base | tassaron | 2017-07-02 | 1 | -0/+163 |
