https://github.com/17cupsofcoffee/digidist
🎵 A super simple VST written in Rust
https://github.com/17cupsofcoffee/digidist
music rust vst
Last synced: 24 days ago
JSON representation
🎵 A super simple VST written in Rust
- Host: GitHub
- URL: https://github.com/17cupsofcoffee/digidist
- Owner: 17cupsofcoffee
- License: mit
- Created: 2017-03-25T17:54:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T18:06:50.000Z (over 8 years ago)
- Last Synced: 2025-04-02T20:22:28.267Z (7 months ago)
- Topics: music, rust, vst
- Language: Rust
- Homepage: https://www.seventeencups.net/writing-an-audio-plugin-in-rust
- Size: 1.95 KB
- Stars: 37
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigiDist
This is a simple little VST plugin, developed in Rust using the [`vst2` crate](https://github.com/overdrivenpotato/rust-vst2/). It doesn't sound particularly great, but it demonstrates just how easy this set of tools makes it to put together a working audio plugin - I was able to create this in a few hours, with no prior knowledge of the VST spec!For a step by step guide of how this was created, check out [this tutorial](https://www.seventeencups.net/writing-an-audio-plugin-in-rust).