Hi guys! So, for an assignment I'm working on I'm trying to get an audio visualizer with rectangles instead of a traditional waveform. To see what I mean, check out 0:04 in this video:
Use minim to get the data. Try drawing a single vertically centered rectangle. Try vertically growing an shrinking it with e.g. mouse input. Then make a series of rectangles. Then hook the rectangle series loop up to minim data.
Yes, congratulations on getting your solution working, and thank you for sharing it with the forum!
I might recommend against including large random values in your visualization output -- they tend to obscure what your sensor(s) and inputs are actually doing.
Answers
Yes, it is possible!
One approach:
Use minim to get the data. Try drawing a single vertically centered rectangle. Try vertically growing an shrinking it with e.g. mouse input. Then make a series of rectangles. Then hook the rectangle series loop up to minim data.
Thanks @jeremydouglass! I have it working now.
Mind sharing your code please?
Chrisir, this is the visualiser part of the code. I added the m variable to make it look a bit more visually appealing and dynamic.
Thanks a lot for sharing!
You're welcome! :)>-
Yes, congratulations on getting your solution working, and thank you for sharing it with the forum!
I might recommend against including large random values in your visualization output -- they tend to obscure what your sensor(s) and inputs are actually doing.