Skip to content

Commit

Permalink
Added some ARIA aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Apr 2, 2020
1 parent 72abb72 commit 5a61f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sfizz/Region.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5a61f3f

Please sign in to comment.