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))
|
||||
pan = normalizePercents(*value);
|
||||
break;
|
||||
case hash("pan_cc&"):
|
||||
case hash("pan_oncc&"):
|
||||
if (opcode.parameters.back() > config::numCCs)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue