From b6263c8260ce7dad2f7c71e8a61b41dd4bcf180d Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Fri, 22 May 2020 21:28:49 +0200 Subject: [PATCH] Ignore sw_default in the region --- src/sfizz/Region.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sfizz/Region.cpp b/src/sfizz/Region.cpp index b6613c69..afd438bd 100644 --- a/src/sfizz/Region.cpp +++ b/src/sfizz/Region.cpp @@ -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;