Rename extended opcode for consistency

This commit is contained in:
Jean Pierre Cimalando 2020-09-25 17:18:05 +02:00
parent 0910ae8ebb
commit 766b84cfa5

View file

@ -1057,7 +1057,7 @@ bool sfz::Region::parseOpcode(const Opcode& rawOpcode)
case hash("lfo&_resonance&"): case hash("lfo&_resonance&"):
LFO_EG_filter_EQ_target(ModId::LFO, ModId::FilResonance, Default::filterResonanceModRange); LFO_EG_filter_EQ_target(ModId::LFO, ModId::FilResonance, Default::filterResonanceModRange);
break; break;
case hash("lfo&_fil&_gain"): case hash("lfo&_fil&gain"):
LFO_EG_filter_EQ_target(ModId::LFO, ModId::FilGain, Default::filterGainModRange); LFO_EG_filter_EQ_target(ModId::LFO, ModId::FilGain, Default::filterGainModRange);
break; break;
case hash("lfo&_eq&gain"): case hash("lfo&_eq&gain"):