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

Reply via email to