Elemental Drone H. The sound of the elements. Watch it in HD!
Source Code: https://github.com/abramhindle/SuperCollider-Elements
SuperCollider Sound of Elements
Sounds of the spectra of the Elements.
Based on extracted spectrograms, play the sound of the elements.
This is done by sampling lines of the spectrogram and playing them as SineOscillators with the lengths scaled.
See elements.R . Code partially stolen from Minute Physics
https://www.youtube.com/watch?v=IhvW8yZdE5A https://www.youtube.com/watch?v=qyi5SvPlMXc
// make a Carbon synth
~carbon = ~mkelement.(~elem["C"],n:n);
// play it
~cs = ~carbon.play();
~cs.set(\freq,440.0);
~cs.set(\amp,0.5);
Extracted Elements: H,He,Li,B,Be,H,Fe,Rb Spirit
Let’s listen to some Elements.
https://www.youtube.com/watch?v=IhvW8yZdE5A https://www.youtube.com/watch?v=qyi5SvPlMXc
From MinutePhysics Tutorial: creating the sound of hydrogen