fix: map Finger bass timbre to MIDI PC 33 per tone table

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
yuquanjun 2026-09-14 15:59:01 +08:00
parent 28970fddf0
commit eb1e5cbe84
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ const STRING_MIDI *Chord_Midi_Table[7] =
const STRING_MIDI *OrganChord_Midi_Table[7] =
{ OrganMIDI_1,OrganMIDI_2,OrganMIDI_3,OrganMIDI_4,OrganMIDI_5,OrganMIDI_6, OrganMIDI_7 };
const uint8_t Timbre_index[5] = {0x18,0x19,0x1B,0x1E,0x22};
/* UI槽位0~4 → MIDI Program Change24尼龙 / 25钢弦 / 27清音 / 30失真 / 33 Finger贝斯 */
const uint8_t Timbre_index[5] = {0x18, 0x19, 0x1B, 0x1E, 0x21};