brinicle_kernel 1.0.0

Vocabulary type for signal procesors in brinicle.
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Copy)]
pub enum KernelType {
    Effect,
    Instrument,
}