Browse Source

feat: 葫芦丝移调

TIANYONG 1 năm trước cách đây
mục cha
commit
b042d0ead9
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/helpers/formateMusic.ts

+ 3 - 0
src/helpers/formateMusic.ts

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