Skip to content

Commit

Permalink
Minor correctness fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 21, 2024
1 parent 24deb63 commit 48c991f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Synthimi/SynthimiModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ static double wave(Waveform::enum_type t, const double ph) noexcept
{
switch (t)
{
default:
case Waveform::Sine:
return kfr::sine(ph);
case Waveform::Square:
Expand Down

0 comments on commit 48c991f

Please sign in to comment.