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

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

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).