Skip to content

Commit

Permalink
Documentation: Saw LFO
Browse files Browse the repository at this point in the history
Fixing description for Saw LFO
  • Loading branch information
gregwht committed Jan 30, 2024
1 parent 522e391 commit 6abd66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/signalflow/node/oscillators/saw-lfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace signalflow
{
/**--------------------------------------------------------------------------------*
* Produces a sawtooth LFO, with output ranging from `min` to `max`.
* Produces a sawtooth LFO at the given `frequency` and `phase` offset, with output ranging from `min` to `max`.
*---------------------------------------------------------------------------------*/
class SawLFO : public LFO
{
Expand Down

0 comments on commit 6abd66b

Please sign in to comment.