9 unstable releases (3 breaking)
Uses new Rust 2024
| new 0.6.0 | Feb 22, 2026 |
|---|---|
| 0.5.0 | Feb 9, 2026 |
| 0.4.0 | Feb 8, 2026 |
| 0.3.7 | Sep 23, 2025 |
| 0.3.2 | Nov 3, 2024 |
#584 in Audio
255KB
4.5K
SLoC
This crate provides helpful utilities for writing polyphonic synthesizers in the Conformal Framework.
The main entry point for this crate is the Poly struct, which can be used to implement the handle_events, process, and set_processing methods on Synth. To use Poly, a component must implement the Voice trait, which defines how to render a single voice. Common tasks such as routing events and note expression changes to voices, and mixing the output of voices are handled by the Poly struct.
Dependencies
~535KB