3 unstable releases
0.2.0 | Feb 10, 2024 |
---|---|
0.1.1 | May 10, 2023 |
0.1.0 | Apr 14, 2023 |
#558 in Audio
285KB
4.5K
SLoC
Rust Synth-Utils
Lightweight modulation sources and utilities for music synthesizers
This crate does not provide any sound generation, only control and modulation sources.
The intended use is in small real time embedded applications. For example, a desktop synthesizer with analog signal path and digital envelopes, LFOs, and MIDI-to-CV.
Demos
Cargo examples
The examples
folder contains demos that can be run with cargo run --example [filename without .rs extension]
for example cargo run --example adsr_plot
. Some of these use the plotters
crate to generate plots of the various utilities.
Embedded
Within the main examples directory is stm32f103_examples/examples
, a subdirectory dedicated to microcontroller based examples. These have been tested on an STM32F103 nucleo board.
Contributing
Pull requests and bug reports are very welcome. Suggestions and constructive criticism are welcomed as well.
Dependencies
~1MB
~23K SLoC