瀏覽代碼

feat: 单簧管、镲的声轨中文名称顺序调整

TIANYONG 1 年之前
父節點
當前提交
64e01e3f65
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/constant/instruments.ts

+ 3 - 3
src/constant/instruments.ts

@@ -60,7 +60,6 @@ const instruments: any = {
 	Oboe: "双簧管",
 	"English Horn": "英国管",
 	Bassoon: "巴松",
-	Clarinet: "单簧管",
 	"Soprano Saxophone": "高音萨克斯管",
 	"Alto Saxophone": "中音萨克斯管",
 	"Tenor Saxophone": "次中音萨克斯管",
@@ -157,8 +156,6 @@ const instruments: any = {
 	Melodica: "口风琴",
 	Nai: "口风琴",
 	"Snare Drum": "小军鼓",
-	Cymbal: "镲",
-	Cymbals: "镲",
 	"Horn in F": "圆号",
 	Triangle: "三角铁",
 	Vibrato: "颤音琴",
@@ -169,6 +166,7 @@ const instruments: any = {
 	Bells: "铃铛",
 	"Alto Clarinet": "中音单簧管",
 	"Bass Clarinet": "低音单簧管",
+	Clarinet: "单簧管",
 	Cornet: "短号",
 	Euphonium: "上低音号",
 	"crash cymbals": "对镲",
@@ -198,6 +196,8 @@ const instruments: any = {
 	"Drums set": "架子鼓",
 	"High Bongo": "邦戈",
 	Timbales: "天巴鼓",
+	Cymbal: "镲",
+	Cymbals: "镲",
 };
 /** 获取分轨名称 */
 export const getInstrumentName = (name = '') => {