RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
MIT License
1.04k stars 91 forks source link

AtomicFloat should implement Debug and From<f32> #149

Closed a2aaron closed 3 years ago

a2aaron commented 3 years ago

Currently AtomicFloat only implement Default, but it would be nice for it to implement Debug and From<f32> since this makes it compose nicer with other types.