Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Sound illusions.
name
code content
//Klang-Bild-Architektur 5/VII //Frank M Zeidler y André Werner //Realization By Javier Lucas ( t=Task({ {SinOsc.ar([3136,2997.5])}.play;// C# 1.wait; s.freeAll; {SinOsc.ar([3069,2889])}.play;// F# 1.wait; s.freeAll; {SinOsc.ar([3002,2782])}.play;// A 1.wait; s.freeAll; {SinOsc.ar([2395,2807])}.play;// C 1.wait; s.freeAll; {SinOsc.ar([2868,2722])}.play;// D 1.wait; s.freeAll; {SinOsc.ar([2801,2638])}.play;// E 1.wait; s.freeAll; {SinOsc.ar([2734,2556])}.play;// F 1.wait; s.freeAll; {SinOsc.ar([2667,2474])}.play;//G 1.wait; s.freeAll; {SinOsc.ar([2600,2392])}.play;// G# 1.wait; s.freeAll; {SinOsc.ar([2533,2312])}.play;// A 1.wait; s.freeAll; {SinOsc.ar([2466,2232])}.play;// Bb 1.wait; s.freeAll; }) )// Evaluate first this task t.start//Then start it!
code description
Can u hear the differential sounds? They are formed on your ear and are not real. Based on the electroacustic piece Klang-Bild-Architektur 5/VII by Frank M Zeidler y André Werner
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change