Fix brass instrument mapping for live piano notes

This commit is contained in:
Jage9
2026-02-23 02:05:32 -05:00
parent 3e77f4edce
commit 9430b9fb09
2 changed files with 2 additions and 1 deletions

View File

@@ -965,6 +965,7 @@ function getPianoParams(item: WorldItem): {
rawInstrument === 'bass' ||
rawInstrument === 'violin' ||
rawInstrument === 'synth_lead' ||
rawInstrument === 'brass' ||
rawInstrument === 'nintendo' ||
rawInstrument === 'drum_kit'
? rawInstrument