update readme

This commit is contained in:
2025-12-28 00:22:19 -06:00
parent bfcdd189f7
commit e152f315b4

View File

@@ -19,9 +19,9 @@ This synthesizer isn't very good, but it's neat :3
Midi -> linux and Keyboard -> windows though Midi -> linux and Keyboard -> windows though
- [ ] Create oscillator class where the actual tone generation occurs. Multiple - [ ] Create oscillator class where the actual tone generation occurs. Multiple
oscillators increase the sound complexity considerably 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 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 - [ ] Add polyphony somewhere. Probably involves a voice class. If processing power
allows it, tie a voice to each midi note allows it, tie a voice to each midi note
- [ ] Add noise ? - [ ] Add noise ?