Hi all,
I am working on a sound visualizer and know that the composition could be a lot more efficient. Right now I am instancing multiple shapes that could probably be generated via a list node but applying object orientated programming techniques takes some getting used to in Vuo.
We have been waiting for a long time for a built-in native Vuo Audio -> MIDI node. We have a feature request for it here: https://vuo.org/node/1167 so feel free to throw a few votes in there :)
I love unicode 's out of the box thinking, definitely some ideas to play around with there!
I've been struggling for a few months now trying to get Vuo to control addressable LEDs (neopixels / ws2812bs) over serial.
The part that I am failing to understand is how to package up a list of RGB pixel values in vuo and send them to a serial device (such as Arduino or Teensy). I've been experimenting with some Arduino sketches specifically for this such as: https://gist.github.com/Yona-Appletree/6490993
Very nice Magneson. Not totally clear on how you are generating those movie tests, are those in Vuo? Or is it Oscilloscope music software (not seeing which one it is on http://oscilloscopemusic.com/software.php ?)
As for shaders, it sounds like you're referring to coding a custom shader for vuo? Probably beyond our capabilities at the moment but sometimes we are fortunate to have talented programmer volunteers working with us. What are the main tips/resources we can look at to get programmers started in the right direction; Vuo SDK?