Function lsynth::c_compatible::ls_panning_slide
source · [−]#[no_mangle]
pub unsafe extern "C" fn ls_panning_slide(
chip_state: *mut ChipState,
channel: usize,
panning: f32,
rate: f32
)
Expand description
Sends a PanningSlide command to the given channel.
Safety
chip_state must be a valid ChipState generated from the ls_init function.