On 05/21, Sam Pluta wrote:
>
> I made this crossfeedback synth in Faust:
>
> import("stdfaust.lib");
>
> process(carFreq, modFreq, modModMult, indexMult) =

note that the code below doesn't use any of theese inputs. It seems
to me you actually want

        process = ...same code...;

Just in case, "carFreq" above has nothing to do with hslider("carFreq")
below.

Oleg.



_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to