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

Implement Debug and From<f32> for AtomicFloat #150

Closed a2aaron closed 3 years ago

a2aaron commented 3 years ago

Fixes #149

Boscop commented 3 years ago

Nice! Could you also add the Display impl and the other From direction? :)

a2aaron commented 3 years ago

Yes! I've done so just now.

Boscop commented 3 years ago

Thanks!