Skip to content

Commit e8180c7

Browse files
committed
fix incorrect piano mapping
1 parent e479471 commit e8180c7

3 files changed

Lines changed: 480 additions & 2 deletions

File tree

gen_gp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def get_instrument_type(instrument_name: str, instrument_id: int = 25) -> dict:
335335
"icon": icon, "color": PURPLE,
336336
"soundbank_patch": None, "effect_chain": _CHAIN_ORCHESTRAL}
337337
if "piano" in name_lower or "keyboard" in name_lower or "organ" in name_lower:
338-
return {"set_type": "piano", "sound_path": "Keys/Pianos/Grand Piano",
338+
return {"set_type": "acousticPiano", "sound_path": "Orchestra/Keyboard/Acoustic Piano",
339339
"icon": icon, "color": PURPLE,
340340
"soundbank_patch": None, "effect_chain": _CHAIN_ORCHESTRAL}
341341
# Strings – violin/viola/cello have instrument-specific EQ presets

0 commit comments

Comments
 (0)