rsynth
rsynth copied to clipboard
A crate for developing audio plugins and applications in Rust.
JACK CV?
JACK can also support [digital CV](https://linuxmusicians.com/viewtopic.php?f=1&t=20701), would be neat to see support for this in rsynth.
Version 0.2.0 can make some breaking changes, so this is a list of things I would like to change before version 0.2.0: - [ ] Remove deprecated things - [...
Hi! I'm just wrapping my head around writing my first plug-in. I wonder if it would be possible to provide an example that wasn't *just* noise - perhaps a sine...
What is obvious for one person is not necessarily obvious for somebody else. So it would be good if pull requests, including mine, would be reviewed. Here by reviewing I...
There's currently only support for `hound` for reading and writing files. Add support for using [`audrey`](https://crates.io/crates/audrey)
Add support for using [CPAL](https://github.com/RustAudio/cpal) as a backend.
Add support for LV2 back-end via the [`rust-lv2`](https://github.com/RustAudio/rust-lv2) crate.