Closed plule closed 2 years ago
Looks good! The Boxed vs DefaultBoxed nuances were new to me but I think I now understood the difference. Thank you :)
Thanks, documentation added here: https://github.com/grame-cncm/faust/tree/master-dev/architecture/rust#memory-allocation-issues
I'm currently getting some change in Faust to overcome stack overflow in debug (corresponding PR). It requires to change the way the Box is created.
This PR adds a way to initialize the Dsp outside of the DspHandle. Once the Faust changes are merged and released, I think we should then be able to directly use the new methods in
new()
.Also some unintentional
cargo fmt
:)