Skip to content

Commit

Permalink
Fix example for final API.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Nov 15, 2022
1 parent 5d879f7 commit 3357ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/sound_effects_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
duration=500,
vol_start=100,
vol_end=255,
wave=audio.SoundEffect.WAVEFORM_TRIANGLE,
waveform=audio.SoundEffect.WAVEFORM_TRIANGLE,
fx=audio.SoundEffect.FX_VIBRATO,
shape=audio.SoundEffect.SHAPE_LOG,
)
Expand Down

0 comments on commit 3357ce2

Please sign in to comment.