Browse Source

去掉曲子:12673特殊处理

TIANYONG 2 months ago
parent
commit
f1232aa1ec
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/helpers/customMusicScore.ts

+ 0 - 9
src/helpers/customMusicScore.ts

@@ -1084,15 +1084,6 @@ export const setCustomNoteRealValue = () => {
 			0: 0.03125,
 		};
 	}
-	if (["12673"].includes(detailId) && ['22'].includes(partIndex)) {
-		customData.customNoteRealValue = {
-			208: 0.125,
-		};
-	}
-
-    if (["12667", "12673"].includes(detailId)){
-        customData.customNoteCurrentTime = true
-    }
 };
 
 /** 转换简谱的全休止符和二分休止符 */