Update README.md

This commit is contained in:
Luke Hubmayer-Werner 2023-08-26 17:05:03 +09:30
parent 5f60df342f
commit 1c23571507
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ This will be an interpreter, I am not hardcoding the thousands of scripts.
### Sound System ### Sound System
- [x] Instrument samples - [x] Instrument samples
- [ ] Music playing (semi-solved problem, WIP) - [x] Basic Music playing (currently loops correctly, but tuning is a bit off)
- [ ] DSP stuff including ADSR envelopes
# What's different? # What's different?
A reimplementation is a lot of work compared to a romhack for small changes, so naturally, this is a good opportunity for larger changes. A reimplementation is a lot of work compared to a romhack for small changes, so naturally, this is a good opportunity for larger changes.