I raised the AudioMemory to a value high value and I now hear sound thank you. However changing the parameters seems to have no effect.
Type: Posts; User: Maulwurst
I raised the AudioMemory to a value high value and I now hear sound thank you. However changing the parameters seems to have no effect.
I am unsure what you mean with try a higher number I'm sorry.
Hello I wrote the following Faust code
import("stdfaust.lib");
// vertical voice group
osc_g(i,x) = vgroup("OSC %2nn", x)
with{
nn = i+1;
};