@@ -1158,6 +1158,9 @@ export const compatibleXmlPitchVoice = (xmlParse: any) => {
case 34:
xmlNeedAdjustVoice = !instrumentName || instrumentName.includes('solo') || instrumentName.includes('ocarina') ? true : false
break;
+ case 35:
+ xmlNeedAdjustVoice = !instrumentName || instrumentName.includes('solo') || instrumentName.includes('woodwind') ? true : false
+ break;
default:
xmlNeedAdjustVoice = !instrumentName || instrumentName.includes('solo') ? true : false