generate_note

Function generate_note 

Source
pub fn generate_note(
    midi_note: u8,
    duration_ms: f32,
    velocity: f32,
    params: &SynthParams,
    sample_rate: u32,
) -> Result<Vec<f32>>
Expand description

Generate stereo audio samples for a single note