diff --git a/README.md b/README.md index 63c2960..3494bc5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ some VST plugins made in Rust using `baseplug` -source for the plugins are inside the `crates` folder - -the compiled plugins live inside `build`. all plugins have only been tested on macos with reaper +source for the plugins are inside the `crates` folder. all plugins have only been tested on macos with reaper disclaimer: i am not responsible for loss of work, time, sanity, or anything else if you decide to use this plugins +as of now no plugin has ui, so they all just have a few sliders with whatever look your daw gives them + ## building a plugin ### macos @@ -44,7 +44,7 @@ i also might delete the `build` folder from the repo, ## plugin list -the following is the current list of plugins. you can find the code in the `crates` folder +the following is the current list of plugins - basic_gain: simple gain plugin - noted: output midi at regular intervals @@ -135,3 +135,13 @@ turn the values up for loud and distorted. don't set them all to the max at once ### threebandeq [WIP] wip, there's nothing yet + +## contributing + +issues and prs are welcome, but please open an issue before making any big pr, i don't wanna have to reject a pr where you have put a lot of effort on + +## license + +gpl3 or something, i need to check which one to use and the add the correct file + +consider it gpl3 for now