Add piano mono/poly, octave, and expanded drum voice set

This commit is contained in:
Jage9
2026-02-23 00:22:36 -05:00
parent 019e49802d
commit 29eb6a63e3
17 changed files with 338 additions and 72 deletions

View File

@@ -230,6 +230,8 @@ class ItemPianoNoteBroadcastPacket(BasePacket):
midi: int
on: bool
instrument: str
voiceMode: str
octave: int
attack: int
decay: int
release: int