Skip to content

Commit 132152c

Browse files
authored
Update fig-27_3-olofsson-recursive-tweet0011.scd
Cosmetic updates
1 parent 2d1c7f9 commit 132152c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ch 27 SCTweets/fig-27_3-olofsson-recursive-tweet0011.scd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
fig-xx-olofsson-recursive-tweet0011-expansion
2-
31
//--tweet0011
42
play{f={|o,i|if(i>0,{SinOsc.ar([i,i+1e-4]**2*f.(o,i-1),f.(o,i-1)*1e-4,f.(o,i-1))},o)};f.(60,6)/60}//#SuperCollider
53

64
// 1 - regular indetation, explicit argument show up
5+
(
76
play{
87
f={|o,i|
98
if(i>0,
@@ -16,4 +15,5 @@ play{
1615
)
1716
};
1817
f.(60,6)/60
19-
}
18+
}
19+
)

0 commit comments

Comments
 (0)