@@ -156,6 +156,7 @@ const instruments: any = {
Melodica: '口风琴',
'Snare Drum': '小军鼓',
'Horn in F': '圆号',
+ 'Horns in F': '圆号',
Triangle: '三角铁',
Vibrato: '颤音琴',
'Suspend Cymbals': '吊镲',
@@ -3,7 +3,7 @@ const instrumentsClassfiy: any = {
"4": ["Clarinet"],
"6": ["Soprano Sax", "Alto Sax", "Tenor Sax", "Baritone Sax", "Soprano Saxophone", "Alto Saxophone", "Tenor Saxophone", "Baritone Saxophone"],
"12": ["Trumpet", "Muted Trumpet"],
- "13": ["Horn in F", "French Horn"],
+ "13": ["Horn in F", "French Horn", "Horns in F"],
"14": ["Trombone"],
"15": ["Euphonium"],
"17": ["Tuba"],
@@ -180,6 +180,7 @@ export const mappingVoicePart = (id: number | string, soruce: "GYM" | "COLEXIU"
"Horn in F": 13,
"Horn in F 1": 13,
"Horn in F 2": 13,
+ "Horns in F": 13,
"Trombone 1": 14,
"Trombone 2": 14,
"Trombone 3": 14,
@@ -292,6 +293,7 @@ export const matchVoicePart = (id: number | string, type: "SINGLE" | "CONCERT"):