Skip to content

Commit

Permalink
Add missing wait()
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jan 8, 2024
1 parent dc8a1b6 commit e90199f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/library/processors/distortion/waveshaper/example-0.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
sine = SineOscillator(120)
waveshaper = WaveShaper(sine, buf)
attenuated = waveshaper * 0.1
attenuated.play()
attenuated.play()

graph.wait()

0 comments on commit e90199f

Please sign in to comment.