Added some ARIA aliases

This commit is contained in:
Paul Fd 2020-04-02 23:51:52 +02:00
parent 72abb7227e
commit 5a61f3f4a9

View file

@ -314,6 +314,7 @@ bool sfz::Region::parseOpcode(const Opcode& opcode)
if (auto value = readOpcode(opcode.value, Default::panRange))
pan = normalizePercents(*value);
break;
case hash("pan_cc&"):
case hash("pan_oncc&"):
if (opcode.parameters.back() > config::numCCs)
return false;