Music visualization



Author:

Categories: Tutorials


1

 

using: Frequency spectrum (firefly) Dispatch and math commands.

what it does: capture music, analyze the frequency decide if it’s low, medium or hight and then create a circle wave in an apropriate point of grid.

2

1. create a grid and divide it for 4 parts by 3 point.

3

2. N – frequency, X,Y – all points in grid, A,B – central point of the wave

point 1 for low sounds (<1000) point 2 for medium (1000-2100) and point 3 for hight (>2100)

4

 

3. capture sound

5

 

4. divide frequency for 3 parts using dispatch and choose one of three points

6

 

5. Put it all together ang make it colorfull