Skip to content

Commit 48c991f

Browse files
committed
Minor correctness fix
1 parent 24deb63 commit 48c991f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Synthimi/SynthimiModel.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ static double wave(Waveform::enum_type t, const double ph) noexcept
359359
{
360360
switch (t)
361361
{
362+
default:
362363
case Waveform::Sine:
363364
return kfr::sine(ph);
364365
case Waveform::Square:

0 commit comments

Comments
 (0)