https://github.com/solarliner/addsynth
Additive synthesizer VST/CLAP
https://github.com/solarliner/addsynth
Last synced: about 1 year ago
JSON representation
Additive synthesizer VST/CLAP
- Host: GitHub
- URL: https://github.com/solarliner/addsynth
- Owner: SolarLiner
- Created: 2022-09-09T00:41:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T22:40:16.000Z (over 3 years ago)
- Last Synced: 2025-02-12T13:54:22.419Z (over 1 year ago)
- Language: Rust
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Addsynth
## Building
After installing [Rust](https://rustup.rs/), you can compile Addsynth as follows:
```shell
cargo xtask bundle addsynth --release
```