caw_utils 0.5.1

Utilities for building synthesizers with caw
Documentation
1
2
3
4
5
6
7
mod bitwise_pattern_trig;
pub use bitwise_pattern_trig::bitwise_pattern_trigs_8;
pub mod noise;
pub mod sequencer;
pub use sequencer::value_sequencer;
pub mod looper;
pub use looper::{key_looper, value_looper};