Frando / rust-faust

Easily use FAUST DSPs in Rust
Apache License 2.0
52 stars 11 forks source link

Allow building dsp to custom destination #16

Closed obsoleszenz closed 1 year ago

obsoleszenz commented 1 year ago

This now allows something like this, making faust an optional build dependency and keeping the generated rust dsp code in the source tree.

#[cfg(feature = "faust-build")]
faust_build::build_dsp_to_destination("dsp/mixer.dsp", "src/mixer_dsp.rs");