[−][src]Function gaborator_sys::process
pub fn process(
coefs: Pin<&mut Coefs>,
from_band: i32,
to_band: i32,
from_sample_time: i64,
to_sample_time: i64,
callback: &mut ProcessOrFillCallback<'_>
)
Read or write values within Coefs, skipping over non-existent entries.
Corresponds to process function of Gaborator.
from_band and to_band may be given INT_MIN / INT_MAX values, that would mean all bands.
from_sample_time and to_sample_time can also be given INT64_MIN / INT64_MAX value to mean all available data.