|
@@ -245,7 +245,8 @@ export default defineComponent({
|
|
|
}
|
|
|
for (let index = 0; index < selectTimes.length; index++) {
|
|
|
const item = selectTimes[index];
|
|
|
- const note = getNoteByMeasuresSlursStart(item);
|
|
|
+ // const note = getNoteByMeasuresSlursStart(item);
|
|
|
+ const note = item;
|
|
|
// #8701 bug: 评测模式,是以曲谱本身的速度进行评测,所以rate取1,不需要转换
|
|
|
// const rate = state.speed / state.originSpeed;
|
|
|
const rate = state.basePlayRate * state.originAudioPlayRate; // 播放倍率
|