grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 325 forks source link

-lang rust doesn't generate control function #1057

Closed crop2000 closed 1 month ago

crop2000 commented 1 month ago

if faust is used with -ec -ec --external-control separated 'control' and 'compute' functions. the calculations that are moved to the control function are not rendered to the output

sletz commented 1 month ago

The -ec is not properly implemented in the Rust backend for now. Added this check: https://github.com/grame-cncm/faust/commit/ed1f7bc2fc66752be458ae4adc0b8176fe8878a9.