Ignore sw_default in the region

This commit is contained in:
Paul Ferrand 2020-05-22 21:28:49 +02:00
parent 488372c272
commit b6263c8260

View file

@ -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;