rsynth 0.1.2

A library for developing audio plugins and applications, with a focus on software synthesis.
Documentation
1
2
3
4
5
#![deprecated(
    since = "0.1.1",
    note = "Deprecated in favour of the dedicated `polyphony` crate."
)]
pub mod polyphony;