Skip to content

v1.2.6

Compare
Choose a tag to compare
@lpaolini lpaolini released this 25 Feb 23:29
· 68 commits to main since this release

Changed

  • Moved Strip implementations code to src/strip directory. This change requires updating the #include directives in your stage implementation for any subclass of Strip (e.g. #include "PhysicalStrip.h" becomes #include "strip/PhysicalStrip.h", etc.)
  • Changed from FFT256 to FFT1024.
  • Reimplemented Scroller using dominant frequency information.
  • Reimplemented Spectrum using FFT bands instead of FFT bins.

Added

  • Implemented FFT bands and dominant band.
  • Implemented EllipticMotion class for implementing 2D effects based on rotating objects.
  • Implemented Spiral effect.