tesselode / kira

Library for expressive game audio.
https://crates.io/crates/kira
Apache License 2.0
836 stars 42 forks source link

Add methods on `TrackBuilder` to add built effects #84

Closed SolarLiner closed 2 months ago

SolarLiner commented 2 months ago

Fixes #83.

Adds methods to add effects that have already been built outside of the TrackBuilder instance.

tesselode commented 2 months ago

looks good, thank you!