This library imitates modules and patches used to create a modular synthesizer.
- Oscillators: sine, triangle, square, saw up, saw down, noise
- Filters: low-pass, high-pass, band-pass, delay
- LFO
WIP
Combine the various modules on the builtin package, connecting then with patches, to build a synthesizer.
See VSynth 1 for a fairly complex use case on the InstrumentBoard class.
// TODO
- Proper README/documentation
- Channel separation/manipulation
- Parameters serialization
- Parameters fine-tuning
- API fine-tuning
- MIDI support
And a lot more