https://github.com/eye-wave/1xosc
basic oscillator synth made to learn nih-plug
https://github.com/eye-wave/1xosc
nih-plug oscillator rust synth
Last synced: about 1 year ago
JSON representation
basic oscillator synth made to learn nih-plug
- Host: GitHub
- URL: https://github.com/eye-wave/1xosc
- Owner: eye-wave
- Archived: true
- Created: 2024-06-18T20:16:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T13:04:00.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:20:28.693Z (over 1 year ago)
- Topics: nih-plug, oscillator, rust, synth
- Language: Rust
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1xOsc
My first vst plugin attempt in nih-plug. A parody synth being the beloved Image Lines 3xosc but downgraded because copyright or something.
## Screenshots


## Development
To develop locally, you can use the following make targets:
- `make dev` - compiling in watch mode + copying files to vst3 and clap directory on every change
- `make preview` - runs the sta version of the plugin also in watch mode
- `make build` - builds the plugin
- `make post-build` - copies built artifacts to vst3 and clap directory
- `make test` - runs tests with cargo