From e152f315b4cfbe3eedb103a23e1f85fcfe7ee434 Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sun, 28 Dec 2025 00:22:19 -0600 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 497266d..b1df99f 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ This synthesizer isn't very good, but it's neat :3 Midi -> linux and Keyboard -> windows though - [ ] Create oscillator class where the actual tone generation occurs. Multiple oscillators increase the sound complexity considerably -- [ ] Create a UI scope to visualize the synthesized composite waveform +- [x] Create a UI scope to visualize the synthesized composite waveform - [ ] Create wavetables for more complex tone generation. Needs to be selectable from ui -- [ ] Create digital filters, prob biquad. Controllable from ui obv (cutoff + resonance) +- [x] Create digital filters, prob biquad. Controllable from ui obv (cutoff + resonance) - [ ] Add polyphony somewhere. Probably involves a voice class. If processing power allows it, tie a voice to each midi note - [ ] Add noise ?