Skip to content

v2.2.1

Choose a tag to compare

@tassaron tassaron released this 28 Jan 22:59
· 5 commits to master since this release
f66eb99

New Waveform animation speed and Image shadow options

View v2.2.1 on PyPI

New features

  • added "shadow" option to Image component (shadow responds to audio to enhance 3D effect)
  • fixed #74 by adding animation speed option to Waveform. This setting introduces a "lag" effect of 10-90 frames depending on the chosen setting, fading between old and new lagged frames, while also showing a ghostly image of the current frame. The opacity of current frame is affected by the intensity of the audio, and the interval may reset early due to peaks in the audio. This new effect can be disabled by setting animation speed to 100%
  • added "bars" option to Classic Visualizer with option to show previously-hidden 64th bar
  • added window that shows version number if you press F1
  • newly added components receive a random colour instead of white (not including the default new user experience, which remains as white bars on black background)

Fixed bugs

  • fixed Conway kaleidoscope effect to look better
  • changed default Conway grid to last 60+ minutes instead of 30
  • fixed #92
  • fixed issue where undo history window spawned tiny and needed to be resized manually