RustAudio/vst-rs

AtomicFloat should implement Debug and From<f32>

a2aaron opened this issue · 0 comments

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.