# OBFUSCATION FEEDBACK
## 1. playing with
playing with ellen's speech as feedback :
:::success
<iframe src="https://archive.org/embed/ellen-obfuscation-feedback" width="500" height="30" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
:::
## 2. feedback concept
* "From feedback to modularity : hacking the transcultural sound circuit" David Novak - https://soundstudiesblog.com/tag/david-novak/ and http://www.japanoise.com/author/
* [Lintang raditya](https://www.instagram.com/kenalirangkaipakai/)
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=4144627030/size=small/bgcol=ffffff/linkcol=0687f5/transparent=true/" seamless><a href="https://lintangradittya.bandcamp.com/album/derau">Derau by Lintang Radittya</a></iframe>
{%youtube 2v-HjxQwTkQ%}
*'On vit avec un système électrique instable .Selon que tu utilises ton instrument la journée ou la nuit, ça n'a rien à voir. La nuit on obtient un ronronnement très doux car le voltage baisse avec tout le monde qui utilise l'électricité en même temps' - **"We live with an unstable electrical system, depending on whether you use your instrument during the day or at night, it makes a big difference. At night you get a very soft sound because the voltage drops with everyone using electricity at the same time"** *
## 3. notes during workshop
-> https://hackmd.io/fPDeYV-fT1quUTosVnc6Aw
## 4. code foxdot-livecoding
<code>
seconds = Clock.seconds_to_beats
print(PDelta([1/8])[:2402])
print(PDelta([1/8])[:10402])
m2 >> loop("ellen", 2888+seconds(PDelta([1/8])[:142]),pan=(-1, 1), dur=1/4)
m1 >> loop("ellen", 2888+seconds(PDelta([1/8])[:142]),spin=2, dur=1/4)
m3 >> loop("ellen", 8+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,0,0,0,0.1,1])
m4 >> loop("ellen", 158+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,1,0,0,1,0.1,0.1,1])
m5 >> loop("ellen", 58+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,1,0,0,0,0.1,0.2,1])
m6 >> loop("ellen", 228+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,0,0,0,1,0.1,1])
m7 >> loop("ellen", 338+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,1,0,0,1,0.2,1])
m8 >> loop("ellen", 888+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,1,0,0,0,0.1,0.1,1])
m9 >> loop("ellen", 1008+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,0,0,0,0.1,1])
j9 >> loop("ellen", 1158+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,0,0,0.1,0.1,1])
j1 >> loop("ellen", 1358+seconds(PDelta([1/8])[:1]), dur=1/4,amp=[0,0,0,0,0.5,0.1,1])
n1 >> loop("ellen", 1000+seconds(PDelta([1/8])[:4]).shuffle(), dur=1/2,spin=1,amp=[0,1,0,0,0,1,0.5,0.8,1,0,0])
n2 >> loop("ellen", 1000+seconds(PDelta([1/8])[:5]).shuffle(), dur=1/4,hpf=linvar([0,2000],32),hpr=linvar([1,0.1],28),lpf=linvar([500,5000],32), lpr=linvar([1,0.1],28),amp=[0,1,0,1,0.5,0.8,1])
n3 >> loop("ellen", 1000+seconds(PDelta([1/8])[:8]), dur=1/2,fmod=linvar([-10,10],8),amp=[0,1,0,0,1,0,1,0,0,1,0.5,0.8,1])
n2.solo()
</code>
