Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CymaSpace opened this issue Mar 8, 2017 · 0 comments

Comments

@CymaSpace
Copy link
Owner

CymaSpace commented Mar 8, 2017

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 CymaSpace changed the title The user wants to see different section of the LED strip mapped to different audio frequency ranges and unique visualizations mapped to each section. Implement Animation method to address different section of the LED strip mapped to different audio frequency ranges and unique visualizations mapped to each section. Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant