ruffbox_synth 0.14.0

A beatbox-oriented synthesizer library.
Documentation
1
2
3
4
5
6
7
#![allow(clippy::needless_range_loop)]
#![allow(clippy::excessive_precision)]

pub mod building_blocks;
pub mod helpers;
pub mod ruffbox;
pub mod synths;