Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vizia/vizia-plug
Audio plugin example using Vizia and nih-plug
https://github.com/vizia/vizia-plug
Last synced: 7 days ago
JSON representation
Audio plugin example using Vizia and nih-plug
- Host: GitHub
- URL: https://github.com/vizia/vizia-plug
- Owner: vizia
- License: mit
- Created: 2022-05-24T12:51:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T20:20:27.000Z (about 1 year ago)
- Last Synced: 2023-10-19T15:56:13.127Z (about 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vizia Plug
## Building
After installing [Rust](https://rustup.rs/), you can compile Vizia Plug as follows:
```shell
cargo xtask bundle vizia_plug --release
```