update readme
This commit is contained in:
@@ -17,10 +17,10 @@ This synthesizer isn't very good, but it's neat :3
|
|||||||
responds to note-on/note-off events
|
responds to note-on/note-off events
|
||||||
- [x] Make midi/keyboard control cross-platform. Use case will mostly be
|
- [x] Make midi/keyboard control cross-platform. Use case will mostly be
|
||||||
Midi -> linux and Keyboard -> windows though
|
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
|
oscillators increase the sound complexity considerably
|
||||||
- [x] 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
|
- [x] Create wavetables for more complex tone generation. Needs to be selectable from ui
|
||||||
- [ ] Wavetable file loading
|
- [ ] Wavetable file loading
|
||||||
- [x] Create digital filters, prob biquad. Controllable from ui obv (cutoff + resonance)
|
- [x] Create digital filters, prob biquad. Controllable from ui obv (cutoff + resonance)
|
||||||
- [x] Add polyphony somewhere. Probably involves a voice class. If processing power
|
- [x] Add polyphony somewhere. Probably involves a voice class. If processing power
|
||||||
|
|||||||
Reference in New Issue
Block a user