Add piano release/brightness controls and instrument hotkeys

This commit is contained in:
Jage9
2026-02-23 00:05:01 -05:00
parent d9e9e60524
commit 019e49802d
15 changed files with 210 additions and 49 deletions

View File

@@ -159,6 +159,8 @@ This is behavior-focused documentation for item types and their defaults.
- `instrument="piano"`
- `attack=15`
- `decay=45`
- `release=35`
- `brightness=55`
- `emitRange=15`
- Global:
- `useSound=none`
@@ -174,8 +176,10 @@ This is behavior-focused documentation for item types and their defaults.
- `instrument`: `piano | electric_piano | guitar | organ | bass | violin | synth_lead | nintendo | drum_kit`
- `attack`: integer `0..100`
- `decay`: integer `0..100`
- `release`: integer `0..100`
- `brightness`: integer `0..100`
- `emitRange`: integer `5..20`
- Instrument changes reset `attack`/`decay` to instrument defaults.
- Instrument changes reset `attack`/`decay`/`release`/`brightness` to instrument defaults.
## Adding A New Item Type (Registry V1)