|
@@ -742,7 +742,7 @@ public class UserChannelContext {
|
|
|
|
|
|
NoteFrequencyRange noteFrequencyRange = null;
|
|
|
ChunkAnalysis chunkAnalysis = null;
|
|
|
- boolean tempo = false;
|
|
|
+ boolean tempo = true;
|
|
|
//boolean isContinue = true;
|
|
|
//int unplayedSize = 0;
|
|
|
int firstPeakIndex = -1;
|
|
@@ -783,7 +783,7 @@ public class UserChannelContext {
|
|
|
totalTimes = chunkList.size();
|
|
|
}
|
|
|
|
|
|
- if (maxTimes / totalTimes < hardLevel.getIntegrityRange()) {
|
|
|
+ if (maxTimes * 100 / totalTimes < hardLevel.getIntegrityRange()) {
|
|
|
tempo = false;
|
|
|
LOGGER.debug("节奏错误原因:信号分堆后的最大数量不足指定的完成比例");
|
|
|
}
|