Added some ARIA aliases
This commit is contained in:
parent
72abb7227e
commit
5a61f3f4a9
1 changed files with 1 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ bool sfz::Region::parseOpcode(const Opcode& opcode)
|
||||||
if (auto value = readOpcode(opcode.value, Default::panRange))
|
if (auto value = readOpcode(opcode.value, Default::panRange))
|
||||||
pan = normalizePercents(*value);
|
pan = normalizePercents(*value);
|
||||||
break;
|
break;
|
||||||
|
case hash("pan_cc&"):
|
||||||
case hash("pan_oncc&"):
|
case hash("pan_oncc&"):
|
||||||
if (opcode.parameters.back() > config::numCCs)
|
if (opcode.parameters.back() > config::numCCs)
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue