|
@@ -226,7 +226,6 @@ export default defineComponent({
|
|
|
const end = difftime + (item.sourceRelaEndtime || item.relaEndtime) - starTime;
|
|
|
const isStaccato = note.noteElement.voiceEntry.isStaccato();
|
|
|
const noteRate = isStaccato ? 0.5 : 1;
|
|
|
- debugger
|
|
|
if (note.formatLyricsEntries.contains("Play") || note.formatLyricsEntries.contains("Play...")) {
|
|
|
ListenMode = false;
|
|
|
}
|
|
@@ -446,6 +445,7 @@ export default defineComponent({
|
|
|
// 非选段状态,从头开始评测,重置速度
|
|
|
if (!state.sectionStatus && state.section.length === 0) {
|
|
|
state.activeNoteIndex = 0;
|
|
|
+ state.activeMeasureIndex = 1;
|
|
|
state.speed = state.times[0].measureSpeed * state.basePlayRate
|
|
|
}
|
|
|
initSetPlayRate();
|