Skip to content

v2.0.0-b1

Compare
Choose a tag to compare
@tassaron tassaron released this 03 May 23:40
· 48 commits to master since this release

GUI Redesign with Component System

This major version change was long in the making. Most work was done back in 2017, but there was a memory error which made the program unstable. After fixing that major bug and updating everything to accommodate changes in our dependencies, it is now finally stable enough for a tagged release.

This is considered a Beta until we get some further testing, and hopefully some packages for easier installation to include in future releases. If you would like to help this project, please join me in the GitHub issues or make a pull request!

This release contains a bug that is fixed in newer versions, which may cause the export to fail.

  • Use master branch or a newer release instead

New Features

  • See this video demonstration of the new version 🎥
  • An entirely new interface and project system for saving/loading your preferred settings.
  • Instead of having just one visualizer, one text, and one choice of background, you can now layer as many of these components together as you want to.
  • Added two new visualization components which use FFmpeg filters: waveforms and spectrograms.
  • Added a component which simulates Conway's Game of Life. This isn't really an audio visualization, but it can be used to make interesting repeating patterns.

Fixed bugs compared to v1.0.0

  • Support for newer versions of FFmpeg
  • Updated PyQt4 to PyQt5