Audiolux icon indicating copy to clipboard operation
Audiolux copied to clipboard

Implement Animation method to address different section of the LED strip mapped to different audio frequency ranges and unique visualizations mapped to each section.

Open CymaSpace opened this issue 9 years ago • 0 comments

User story: The user wants to see different section of the LED strip mapped to different audio frequency ranges and unique visualizations mapped to each section.

Use case: Create animation method to support different LED lengths and visualization lengths

  1. Animation method divides LED array into user specified number (i.e. 7) of virtual sub-array sections.
  2. Assign each virtual sub-array to a specified frequency range i.e.
  • sub-array 1 is mapped to 0-200hz
  • sub-array 2 is mapped to 201-500hz
  • sub-array 3 is mapped to 501-1000hz
  • sub-array 4 is mapped to 1001-2000hz
  • sub-array 5 is mapped to 2001-5000hz
  • sub-array 6 is mapped to 5001-10000hz
  • sub-array 7 is mapped to 10000-20000hz
  1. Assign each sub-array it's own pre-existing visualization (i.e. ripple, onoff, march, twinkle, wave etc)
  2. Implement new method that allows user to override each assigned visualization color's with new specified color range.

CymaSpace avatar Mar 08 '17 01:03 CymaSpace