MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / ComputedValues

Class ComputedValues

crates/firewheel-nodes/src/spatial_basic.rs:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198}
199
200struct ComputedValues {
201 distance: f32,
202 gain_l: f32,
203 gain_r: f32,
204}
205
206impl AudioNode for SpatialBasicNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected