Registry / other / surge-param

surge-param

JSON →
library0.2.12-alpha.0rscratesunverified

Structs to specify synth parameters for the Surge synthesizer.

# Cargo.toml [dependencies] surge-param = "0.2.12-alpha.0"
INSTALL
IMPORT
SIG · SURGE-PARAM
S
surge-param
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.

Param
✓ use surge_param::Param;

Creates a new synthesizer parameter.

use surge_param::Param; fn main() { let param = Param::new("cutoff", 0.5); println!("Parameter: {}", param.name()); }
Debug
Known issues
breakingAlpha version; API may change without notice.
fix
Pin to a specific version and test thoroughly.
affects: >=0.2.0
Upgrade
Version history
0.2.12-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
surge-param — cargo add surge-param · libregistry