[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Schumann resonance sonification?
google scholar search for "sonification Schumann resonance" reveals some prior art
Ballora, Mark. "Sonification, Science and Popular Music: In search of the ‘wow’." Organised Sound 19, no. 1 (2014): 30-40.
I think of Charles Dodge's Earth's Magnetic Field (1970) too
//https://en.wikipedia.org/wiki/Schumann_resonances#Basic_theory
(
var c = 299792458; //speed of light in m/s
var a = 6371000; //earth radius in metres
var nummodes = 10;
var constant = c/(2pi*a);
{Pan2.ar(Mix(SinOsc.ar({|i| var n = i+1; constant* ((n*(n+1)).sqrt) }!nummodes).mean))}.scope
)
> On 5 Dec 2019, at 07:25, mailinglists@xxxxxxxxxxxxxx wrote:
>
> Hi,
>
> just out of interest, did anyone on the list ever do or know a data sonification on Schumann resonances? Or know where to find raw data of it perhaps (so I can do it myself)? I'd be very curious how it sounds, and especially how it fluctuates, but on the net I can only find new-age style "interpretations"..
>
> cheers & thanks,
> Wouter
>
>
>
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/