Accidental fallthrough on rebase

This commit is contained in:
Paul Ferrand 2020-03-28 20:22:36 +01:00
parent dabb7ead9f
commit 5e6de480fb

View file

@ -98,6 +98,7 @@ bool sfz::Region::parseOpcode(const Opcode& opcode)
// Wavetable oscillator
case hash("oscillator_phase"):
setValueFromOpcode(opcode, oscillatorPhase, Default::oscillatorPhaseRange);
break;
case hash("oscillator"):
if (auto value = readBooleanFromOpcode(opcode))
oscillator = *value;