|
@@ -953,10 +953,10 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
* 管乐迷,部分弱起的曲目,mp3制作不标准,没有按照补齐弱起后的时间进行制作,需要单独处理
|
|
* 管乐迷,部分弱起的曲目,mp3制作不标准,没有按照补齐弱起后的时间进行制作,需要单独处理
|
|
- * 2670:需要减去第一小节音符的时间
|
|
|
|
|
|
+ * 2670
|
|
*/
|
|
*/
|
|
if (["2670"].includes(state.cbsExamSongId)) {
|
|
if (["2670"].includes(state.cbsExamSongId)) {
|
|
- fixtime -= _firstMeasureRealValue * formatBeatUnit(beatUnit) * (60 / beatSpeed);
|
|
|
|
|
|
+ // fixtime -= _firstMeasureRealValue * formatBeatUnit(beatUnit) * (60 / beatSpeed);
|
|
} else {
|
|
} else {
|
|
if (difftime > 0) {
|
|
if (difftime > 0) {
|
|
fixtime += difftime;
|
|
fixtime += difftime;
|