Stéphane Letz
Stéphane Letz
GTK code is here: https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/GTKUI.h Any idea of how complex it will be to port it to GTK3 ?
Suggestion: rewrite some of those `faust2xx` using `faust2api` and branching the appropriate GUI interface.
- what is the DSP cde you're trying to coompile? - in the tutorial BS (block-size) is set of 8 samples. Have you tried to raise this value?
Then it may be a memory speed access issue? Any info on that?
- I read interesting stuff here : https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/external-ram.html - in the tutorial the advice is to put the big static tables in external RAM with the EXT_RAM_ATTR annotation. - but...
We make have to rework the architecture file to use the `-mem `option, see https://faustdoc.grame.fr/manual/architectures/#custom-memory-manager
Can you prepare a PR for that ? Thanks.
What is the question ?
Feature request: for Faust application using JACK as audio backend? How do you see "the user could define information for setting JACK client metadata about the input/output port names" could...
Be more concrete if possible: how to you suggest doing that?