Show HN: Synesthesia, make noise music with a colorpicker (visualnoise.ca)

39 points by tevans3 ↗ HN
This is a (silly, little) app which lets you make noise music using a color picker as an instrument. When you click on a specific point in the color picker, a bit of JavaScript maps the binary representation of the clicked-on color's hex-code to a "chord" in the 24 tone-equal-temperament scale. That chord is then played back using a throttled audio generation method which was implemented via Tone.js.

NOTE! Turn the volume way down before using the site. It is noise music. :)

6 comments

[ 2.5 ms ] story [ 25.0 ms ] thread
RIP my phone's speakers. Maybe I should have read the post first..
Lovely! Edit: you might want to consider adding a limiter to the output, it makes a lovely crackling effect but it's easy to flatline the output until it fizzles out completely, it'd be more curious to hear the denser textures.
oh my god, so LOUD lol - i didn't read the post just clicked the link LMAO
That's cool. I've been playing through the Quake Brutalist Jam collections recently, and this sounds almost like ambient music from one of those maps.
What is the LICENSE?