From 5f8a5f2adf67c1a66f5226a57b0b41cae1b0394a Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sat, 17 Jan 2026 21:50:01 -0600 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc858fe..969363f 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ This synthesizer isn't very good, but it's neat :3 responds to note-on/note-off events - [x] Make midi/keyboard control cross-platform. Use case will mostly be Midi -> linux and Keyboard -> windows though -- [ ] Create oscillator class where the actual tone generation occurs. Multiple +- [x] Create oscillator class where the actual tone generation occurs. Multiple oscillators increase the sound complexity considerably - [x] Create a UI scope to visualize the synthesized composite waveform -- [ ] Create wavetables for more complex tone generation. Needs to be selectable from ui +- [x] Create wavetables for more complex tone generation. Needs to be selectable from ui - [ ] Wavetable file loading - [x] Create digital filters, prob biquad. Controllable from ui obv (cutoff + resonance) - [x] Add polyphony somewhere. Probably involves a voice class. If processing power