«Sound illusions.» by javierlucasm

on 10 Jun'23 21:30 in audio illusions

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//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!
raw 827 chars (focus & ctrl+a+c to copy)
reception
comments