Skip to content
forked from Boscop/easyvst

Helper crate for creating VST audio plugins easily

Notifications You must be signed in to change notification settings

piedoom/easyvst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easyvst

Helper crate for creating VST audio plugins easily

The purpose of this crate is to make it easy to get started writing VST plugins in Rust. What does it do? For now it helps with the complexities of plugin parameter management.

This crate provides an EasyVst trait that your plugin has to implement. It's basically a middleman between the Plugin trait from the rust-vst2 crate and your plugin, requiring you to implement fewer methods and allowing you to organize your plugin state in a more convenient manner.

The examples demonstrate the usage:

  • easygain: simple gain plugin without GUI
  • conrodgain: gain plugin with simple GUI using conrod

Contributions and feature requests welcome!

About

Helper crate for creating VST audio plugins easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%