Skip to content

Commit

Permalink
Update LFO.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Apr 23, 2024
1 parent 9979e1a commit 8fcb1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/synthio/LFO.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ STATIC const uint16_t triangle[] = {0, 32767, 0, -32767};
//| LFO's output will change from ``0`` to ``100``, and will remain at
//| ``100`` thereafter, creating a "bend out" over a duration of 1 second.
//|
//| However, when ``once=False``, this creates a sawtooth waveform with a
//| However, when ``once=False``, this creates a triangle waveform with a
//| period of 1 second. Over about the first half second the input will
//| increase from ``0`` to ``100``, then during the second half of the second
//| it will decrease back to ``0``.
Expand Down

0 comments on commit 8fcb1bf

Please sign in to comment.