Skip to content

Commit e29296f

Browse files
committed
Removed hacky fix
1 parent 4130730 commit e29296f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Playgrounds/Hello World.playground/Contents.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ try! engine.start()
1212

1313
while true {
1414
osc.frequency = Float.random(in: 200...800)
15-
osc.amplitude = 0.3
16-
usleep(10000)
17-
osc.$amplitude.ramp(to: 0.0, duration: 0.9)
1815
sleep(1)
1916
}

0 commit comments

Comments
 (0)