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)
- Host: GitHub
- URL: https://github.com/9elements/svnth
- Owner: 9elements
- Created: 2019-08-03T10:11:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T18:11:23.000Z (over 6 years ago)
- Last Synced: 2025-09-17T13:26:10.826Z (7 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)