소스 검색

feat: noteKey

TIANYONG 7 달 전
부모
커밋
392241a2ed
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/page-instrument/evaluat-model/index.tsx

+ 3 - 3
src/page-instrument/evaluat-model/index.tsx

@@ -317,9 +317,9 @@ export default defineComponent({
           isTenutoSound,
           isStaccato: item?.voiceEntry?.isStaccato ? true : false, // 是否是重音
           frequencyList: item.frequencyList, // 如果是和弦音符,需要添加多个音符的频率,用于评测
-          timeSignature,
-          noteKey,
-          measureDuration
+          // timeSignature,
+          // noteKey,
+          // measureDuration
         };
         datas.push(data);
       }