Roadmap & Progress - micaharvey/micahSynth GitHub Wiki
Ideas were had, some good and some bad.
micahSynth is being developed with the raspberry pi in mind as a distribution and development platform. Therefore it shall be able to compile on linux as well as Unix (OSX) systems. Windows is the lowest priority but ideally will be supported.
Implemented in 1.0
- Raspi functional
- Polyphony (set in program to 8)
- ADSR
- Sine, Saw, Square waves
- 3 oscillators per voice
- Biquad Filter with variable cutoff and fixed resonance
- MIDI input from controller
On the roadmap:
- 25 Knob synth using raspi GPIO input for knobs / switches / buttons
- Course Tuning / Fine Tuning / Volume for each oscillator
- variable resonance on filter
- Mixer section
- LFO
- Noise
- Sample & Hold
- Master volume
TODO: (code-wise)
- full buffer tick function for MiSynth