aboutsummaryrefslogtreecommitdiffstats
path: root/components/original.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more commandline component optionstassaron2017-06-221-8/+15
| | | | commandline options that existed before the redesign are now back
* preset-loading and basic args from commandlinetassaron2017-06-221-0/+12
| | | | also made some docstrings more informative
* various bugfixes, blankFrame method for componentstassaron2017-06-151-2/+2
| | | | don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
* asterisk next to modified preset is more accuratetassaron2017-06-131-2/+2
| | | | hopefully
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-3/+7
| | | | flags for unsaved changes saved in project files
* saved preset titles, code clean-upstassaron2017-06-081-1/+2
| | | | componentList drag'n'drop disabled for now; will work on it in another branch
* added submenu for opening presets, moved codetassaron2017-06-071-1/+2
|
* Code cleanupDH42017-06-061-27/+51
|
* video component almost working, rm hardcoded backgroundstassaron2017-06-041-15/+5
|
* Progressbar enhancement.DH42017-06-021-0/+12
|
* Cancel button stops pre-processing too.DH42017-06-021-0/+9
|
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-58/+63
|\ | | | | a rendering engine that uses more threads
| * Performance boost for static backgrounds. moved drawBars() inside class.DH42017-06-011-32/+31
| |
| * Fixed spectrum rendering. Fixed multiple static renders.DH42017-06-011-25/+27
| |
| * New rendering engine partially implemented. Also added a live preview during ↵DH42017-05-311-4/+8
| | | | | | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* | presets are workingtassaron2017-05-301-4/+9
| | | | | | | | except for font because it can't be represented as a string
* | the most simple way of saving dictionariestassaron2017-05-301-3/+5
|/
* Merge branch 'feature-newgui' of ↵tassaron2017-05-291-0/+6
|\ | | | | | | https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
| * save empty presets, comboBox populates with preset namestassaron2017-05-281-0/+3
| |
| * savePreset creates a filetassaron2017-05-281-0/+3
| |
* | added component base classtassaron2017-05-291-27/+8
|/
* title text is now a componenttassaron2017-05-281-7/+39
| | | | plus numerous bugs removed and added
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-0/+113
several bug fixes.