Ignore sw_default in the region
This commit is contained in:
parent
488372c272
commit
b6263c8260
1 changed files with 1 additions and 0 deletions
|
|
@ -833,6 +833,7 @@ bool sfz::Region::parseOpcode(const Opcode& rawOpcode)
|
|||
// Ignored opcodes
|
||||
case hash("hichan"):
|
||||
case hash("lochan"):
|
||||
case hash("sw_default"):
|
||||
case hash("ampeg_depth"):
|
||||
case hash("ampeg_vel&depth"):
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue