|
@@ -95,7 +95,6 @@ export const mappingVoicePart = (
|
|
|
Melodica: 137,
|
|
|
HulusiFlute: 136,
|
|
|
PanFlute: 135,
|
|
|
- Ocarina: 134,
|
|
|
Recorder: 120,
|
|
|
Ukulele: 130,
|
|
|
Mouthorgan: 140,
|
|
@@ -105,6 +104,11 @@ export const mappingVoicePart = (
|
|
|
1: "pan-flute",
|
|
|
2: "ocarina",
|
|
|
5: "melodica",
|
|
|
+ "Tenor Recorder": 120,
|
|
|
+ Woodwind: "hulusi-flute",
|
|
|
+ Panpipes: "pan-flute",
|
|
|
+ Ocarina: "ocarina",
|
|
|
+ Nai: "melodica",
|
|
|
};
|
|
|
return subject[id] || 0;
|
|
|
}
|
|
@@ -186,14 +190,14 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
name: "pan-flute",
|
|
|
direction: "vertical",
|
|
|
width: "3rem",
|
|
|
- disabledFinger: true
|
|
|
+ disabledFinger: true,
|
|
|
};
|
|
|
case "ocarina": // 陶笛
|
|
|
return {
|
|
|
name: "ocarina",
|
|
|
direction: "vertical",
|
|
|
width: "3rem",
|
|
|
- disabledFinger: true
|
|
|
+ disabledFinger: true,
|
|
|
};
|
|
|
case "melodica": // 口风琴
|
|
|
return {
|