Browse Source

feat: stringendo识别为渐快

TIANYONG 2 months ago
parent
commit
6fe1aa175e

+ 2 - 1
src/views/content-manage/music-manage/modal/music-operation.tsx

@@ -127,7 +127,8 @@ const speedInfo = {
   slow: 1.333333333,
   slowly: 1.333333333,
   faster: 1.333333333,
-  "molto allargando": 1.333333333
+  "molto allargando": 1.333333333,
+  stringendo: 0.8,
 }
 
 /**

+ 2 - 1
src/views/music-library/music-sheet/modal/music-operation.tsx

@@ -139,7 +139,8 @@ const speedInfo = {
   slow: 1.333333333,
   slowly: 1.333333333,
   faster: 1.333333333,
-  "molto allargando": 1.333333333
+  "molto allargando": 1.333333333,
+  stringendo: 0.8,
 }
 
 /**

+ 2 - 1
src/views/music-library/music-sheet/modal/music-operationV2.tsx

@@ -142,7 +142,8 @@ const speedInfo = {
   slow: 1.333333333,
   slowly: 1.333333333,
   faster: 1.333333333,
-  "molto allargando": 1.333333333
+  "molto allargando": 1.333333333,
+  stringendo: 0.8,
 }
 
 /**