grame-cncm / faust

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

Saving/restoring the DSP state ? #522

Open sletz opened 3 years ago

sletz commented 3 years ago

Having a way to save/restore the state of the compiled DSP could be interesting for neural networks kind of use-cases, or easing saving/restoring presets.

avdrd commented 2 years ago

For what's that worth, TouchDesigner does this by saving the faust DSP settings in an external XML file https://youtu.be/0qi2lp_TgE0?t=214

sletz commented 2 years ago

Thanks, but what I meant is saving/restoring the DSP state itself (like filter and delay lines state for instance...).