An open API service indexing awesome lists of open source software.

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

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