소스 검색

Merge branch 'hoxfix-0110' into gym-test

TIANYONG 6 달 전
부모
커밋
db0efaba9f
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      osmd-extended
  2. 1 0
      src/helpers/calcSpeed.ts

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 5c157210bd150099bce2aab2456f29fc802e60fb
+Subproject commit 7c412c691b06b746fcedb430ed177f65e83d9474

+ 1 - 0
src/helpers/calcSpeed.ts

@@ -46,6 +46,7 @@ export const speedInfo: { [key in string]: number } = {
 	"poco a poco rit.": 1.333333333,
 	"rit. poco a poco": 1.333333333,
 	"Ritardando": 1.333333333,
+	"Ritenuto": 1.333333333,
 	"accelerate": 0.8,
 	"poco a poco accel.": 0.8,
 };