contributing and license
parent
b5a035f1d5
commit
ba9a74eb67
18
README.md
18
README.md
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
some VST plugins made in Rust using `baseplug`
|
some VST plugins made in Rust using `baseplug`
|
||||||
|
|
||||||
source for the plugins are inside the `crates` folder
|
source for the plugins are inside the `crates` folder. all plugins have only been tested on macos with reaper
|
||||||
|
|
||||||
the compiled plugins live inside `build`. 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
|
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
|
## building a plugin
|
||||||
|
|
||||||
### macos
|
### macos
|
||||||
|
@ -44,7 +44,7 @@ i also might delete the `build` folder from the repo,
|
||||||
|
|
||||||
## plugin list
|
## 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
|
- basic_gain: simple gain plugin
|
||||||
- noted: output midi at regular intervals
|
- 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]
|
### threebandeq [WIP]
|
||||||
|
|
||||||
wip, there's nothing yet
|
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
|
||||||
|
|
Loading…
Reference in New Issue