We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4130730 commit e29296fCopy full SHA for e29296f
Playgrounds/Hello World.playground/Contents.swift
@@ -12,8 +12,5 @@ try! engine.start()
12
13
while true {
14
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)
18
sleep(1)
19
}
0 commit comments