An open API service indexing awesome lists of open source software.

https://github.com/9elements/svnth

Polyphonic synthesizer written in Rust (from a Ruby dude)
https://github.com/9elements/svnth

Last synced: 7 months ago
JSON representation

Polyphonic synthesizer written in Rust (from a Ruby dude)

Awesome Lists containing this project

README

          

# SVNTH

I'm trying to implement a polyphonic synthesizer in Rust. I'm new to Audio Engineering and also to Rust so please forgive bad coding style and incorrect math.

## Repositories that I've learned from

- RustAduio
- General Architecture [Synth](https://github.com/RustAudio/synth)
- [VCF Filter](https://github.com/rsta2/minisynth/blob/master/src/filter.cpp)