#synth #adsr #lfo #real-time #source

no-std synth-utils

Music synthesizer utilities and modulation sources

3 unstable releases

0.2.0 Feb 10, 2024
0.1.1 May 10, 2023
0.1.0 Apr 14, 2023

#362 in Audio

38 downloads per month

MIT license

285KB
4.5K SLoC

Rust Synth-Utils Build

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
~24K SLoC