implement envelopes

This commit is contained in:
2025-12-24 22:25:42 -06:00
parent 544e1d1849
commit 37b3c6ed66
6 changed files with 127 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ This synthesizer isn't very good, but it's neat :3
- [+] Add note control via either Midi or a keyboard. Coordinate on-off events to
start and stop tone generation
- [ ] Create a widget for this smart-slider to clean up the ui code
- [ ] Add envelope generation, attach to global volume for now. ADSR and such,
- [x] Add envelope generation, attach to global volume for now. ADSR and such,
responds to note-on/note-off events
- [ ] Make midi/keyboard control cross-platform. Use case will mostly be
Midi -> linux and Keyboard -> windows though