« route » is a new language primitive. What version of Faust are you using?

We plan to make a release quite soon. In the meantime :

- you may have to use the latest GitHub master-dev branch: 
https://github.com/grame-cncm/faust

- or the online compiler server that you can access from: 
https://faust.grame.fr/ide/

Stéphane 

> Le 28 oct. 2019 à 08:41, Henrik Frisk <fris...@gmail.com> a écrit :
> 
> Hi,
> 
> Trying to compile a dsp source generated by ambisonic decoder toolkit I'm 
> getting the following error with all the targets I have tried (2jack, 2vst, 
> and a few more):
> 
> kmh.dsp : 506 : ERROR : syntax error, unexpected ROUTE
> 
> In the dsp there is a line:
> 
> route(n_inputs,n_outputs,outs) = m.bus(n_inputs)
>                              <: par(i,n_outputs,(0,gate_bus(i,outs)):>_)
>                            : m.bus(n_outputs);
> 
> This code appears to not be used so removing it solves the problem. However, 
> I know I have not had this problem before: Is route a function that has been 
> removed from faust?
> 
> Best,
> Henrik
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to