xsynth-core 0.4.0

A fast Rust-based SoundFont synthesizer designed for high voice counts and low latency.
Documentation
pub enum CCTypes {
    
}

pub struct MSBLSBControl {
    msb: u8,
    lsb: u8,
    value: f64,
}

impl MSBLSBControl {
    
}

pub enum CCChangeType {
    MSB(u8),
    LSB(u8),
    Value(f32),
}