Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maerorr/phaser_vst
simple 3-stage phaser vst3 plugin
https://github.com/maerorr/phaser_vst
nih-plug phaser rust vst3
Last synced: 12 days ago
JSON representation
simple 3-stage phaser vst3 plugin
- Host: GitHub
- URL: https://github.com/maerorr/phaser_vst
- Owner: Maerorr
- Created: 2023-10-17T15:07:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T17:45:03.000Z (over 1 year ago)
- Last Synced: 2024-11-23T03:12:03.570Z (2 months ago)
- Topics: nih-plug, phaser, rust, vst3
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phaser
## Building
After installing [Rust](https://rustup.rs/), you can compile phaser as follows:
```shell
cargo xtask bundle phaser --release
```