pub type fluid_gen_t = _fluid_gen_t;Expand description
SoundFont generator structure.
Aliased Type§
#[repr(C)]pub struct fluid_gen_t {
pub flags: u8,
pub val: f64,
pub mod_: f64,
pub nrpn: f64,
}Fields§
§flags: u8< Is the generator set or not (#fluid_gen_flags)
val: f64< The nominal value
mod_: f64< Change by modulators
nrpn: f64< Change by NRPN messages