synth-utils

Crates.iosynth-utils
lib.rssynth-utils
version0.2.0
sourcesrc
created_at2023-04-14 21:56:54.14808
updated_at2024-02-10 13:18:24.725323
descriptionMusic synthesizer utilities and modulation sources
homepage
repositoryhttps://github.com/JordanAceto/synth-utils-rs
max_upload_size
id839534
size453,668
Jordan Aceto (JordanAceto)

documentation

README

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.

Commit count: 37

cargo fmt