https://github.com/notryanb/rx11
Rust implementation of my CX11 Synth C++ JUCE Project
https://github.com/notryanb/rx11
Last synced: 7 months ago
JSON representation
Rust implementation of my CX11 Synth C++ JUCE Project
- Host: GitHub
- URL: https://github.com/notryanb/rx11
- Owner: notryanb
- Created: 2024-10-02T00:36:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-28T02:11:45.000Z (9 months ago)
- Last Synced: 2025-08-28T09:33:57.160Z (9 months ago)
- Language: Rust
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RX11 Synth
A Rust nih_plug implementation of my [CX11 Synth](https://github.com/notryanb/CX11) which followed a JUCE tutorial.
## Build
`cargo xtask bundle rx11 --release`
## TODO
- [ ] Move all constants into a utility module
- [ ] Address all TODO comments