Frando / rust-faust

Easily use FAUST DSPs in Rust
Apache License 2.0
56 stars 12 forks source link

Expose the node's min/max/step #10

Closed plule closed 2 years ago

plule commented 2 years ago

After creating the DSP, the ability to inspect the State to retrieve the parameter's metadata would be very useful, both for creating UI, or to avoid ranges duplication between the .dsp and the rust sources.

Jikstra commented 2 years ago

Closing this in favor of https://github.com/Frando/rust-faust/pull/12/