Accidental fallthrough on rebase
This commit is contained in:
parent
dabb7ead9f
commit
5e6de480fb
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ bool sfz::Region::parseOpcode(const Opcode& opcode)
|
||||||
// Wavetable oscillator
|
// Wavetable oscillator
|
||||||
case hash("oscillator_phase"):
|
case hash("oscillator_phase"):
|
||||||
setValueFromOpcode(opcode, oscillatorPhase, Default::oscillatorPhaseRange);
|
setValueFromOpcode(opcode, oscillatorPhase, Default::oscillatorPhaseRange);
|
||||||
|
break;
|
||||||
case hash("oscillator"):
|
case hash("oscillator"):
|
||||||
if (auto value = readBooleanFromOpcode(opcode))
|
if (auto value = readBooleanFromOpcode(opcode))
|
||||||
oscillator = *value;
|
oscillator = *value;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue