Browse Source

Merge branch 'feature-12.12' into online

TIANYONG 3 months ago
parent
commit
6371bb0f84

+ 5 - 0
src/views/content-manage/music-manage/modal/music-operation.tsx

@@ -129,6 +129,11 @@ const speedInfo = {
   faster: 1.333333333,
   "molto allargando": 1.333333333,
   stringendo: 0.8,
+	"poco a poco rit.": 1.333333333,
+	"rit. poco a poco": 1.333333333,
+	"Ritardando": 1.333333333,
+	"accelerate": 0.8,
+	"poco a poco accel.": 0.8,
 }
 
 /**

+ 5 - 0
src/views/music-library/music-sheet/modal/music-operation.tsx

@@ -141,6 +141,11 @@ const speedInfo = {
   faster: 1.333333333,
   "molto allargando": 1.333333333,
   stringendo: 0.8,
+  "poco a poco rit.": 1.333333333,
+	"rit. poco a poco": 1.333333333,
+	"Ritardando": 1.333333333,
+	"accelerate": 0.8,
+	"poco a poco accel.": 0.8,
 }
 
 /**

+ 6 - 0
src/views/music-library/music-sheet/modal/music-operationV2.tsx

@@ -144,6 +144,12 @@ const speedInfo = {
   faster: 1.333333333,
   "molto allargando": 1.333333333,
   stringendo: 0.8,
+  "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,
 }
 
 /**