Stéphane Letz
Stéphane Letz
Du you mean SuperCollider externals written in Faust ?
Which means probably being able to "connect" to the SuperCollider global Ableton Link context ? Or imagine each Faust UGEn has its own Ableton Link context ? (which is probably...
This could indeed be a memory size related problem: - I see you're still using Faust 2.15.5, first you should use a more recent version like the [latest published](https://github.com/grame-cncm/faust/releases/tag/2.37.3) one...
Could it be simply a memory issue? Does the simpler freeverb works ? (see https://faustdoc.grame.fr/examples/reverb/#freeverb)
Does a really simple audio in/out like `process = _,_;` works?
So then the possible problem is the memory size of `Freeverb` or `FaustZita` object globally allocated, that is as a static variable. I guess you should look in this direction,...
Can you prepare a PR to correct the architecture file https://github.com/grame-cncm/faust/blob/master-dev/architecture/teensy/teensy.cpp ? Or at least send me the modified file ? Thanks.
Correction: the pointer is already checked (https://github.com/grame-cncm/faust/blob/a7e111e0a77effb2ac7a778830cf0d365a6afafe/architecture/teensy/teensy.cpp#L173)...
So @MattKuebrich do you really have a working version with the current master-dev state?
In the generated file you get this kind of header ``` /* ------------------------------------------------------------ name: "FaustZita" Code generated with Faust 2.15.5 (https://faust.grame.fr) Compilation options: cpp, -scal -ftz 0 ------------------------------------------------------------ */ ```...