Registry / other / surge-lipol

surge-lipol

JSON →
library0.2.12-alpha.0rscratesunverified

Linear interpolation struct for the Surge synthesizer.

# Cargo.toml [dependencies] surge-lipol = "0.2.12-alpha.0"
INSTALL
IMPORT
SIG · SURGE-LIPOL
S
surge-lipol
otherrustv0.2.12-alpha.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Lipol
use surge_lipol::Lipol;

Creates a linear interpolator and advances it toward a target value.

use surge_lipol::Lipol; fn main() { let mut lipol = Lipol::new(0.0); lipol.set_target(1.0, 0.1); println!("{}", lipol.next()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.12-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
surge-lipol — cargo add surge-lipol · libregistry