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