Is it possible to generate frequencies from an image sequence, for example the luminance or the colour? I'm interesting in creating a generative audio piece.
This seems pretty doable. There's a node called Make Audio Wave which lets you create a sound wave with a particular freq.
I've made a little patch (see below) which samples average lightness of camera image, and changes the frequency of the audio tone. It's not very interesting at the moment but you can it from here!
Comments
This seems pretty doable.
This seems pretty doable. There's a node called Make Audio Wave which lets you create a sound wave with a particular freq.
I've made a little patch (see below) which samples average lightness of camera image, and changes the frequency of the audio tone. It's not very interesting at the moment but you can it from here!
lightSound.vuo
Thanks for this keithlang! I
Thanks for this keithlang! I will look at the example you provided and explore the possibilities.