Salut Romain, Garys-Air-2:faust garyworsham$ faust --version
FAUST Version 2.15.11 Embedded backends: DSP to C DSP to C++ DSP to Java DSP to old C++ DSP to WebAssembly (wast/wasm) Copyright (C) 2002-2019, GRAME - Centre National de Creation Musicale. All rights reserved. Garys-Air-2:faust garyworsham$ ============== Stephane already responded to me directly, but for the benefit of this list, the mystery is now concluded. Thanks! I am really enjoying Faust so far. GW <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Thu, Jun 6, 2019 at 11:36 PM Romain Michon <[email protected]> wrote: > Hi Gary, > > What version of Faust are you using? The route primitive has been added to > the language very recently and if you're using a version of the Faust > libraries more recent than that of the Faust compiler you might encounter > this type of issue. > > Cheers, > > Romain > > On Thu, Jun 6, 2019 at 9:34 PM Gary Worsham <[email protected]> > wrote: > >> macOS 10.14.5 >> >> >> Just trying to build some of the supplied examples, I get an error about >> routes.lib: >> >> >> Garys-Air-2:physicalModeling garyworsham$ faust2caqt nylonGuitarMIDI.dsp >> >> routes.lib : 125 : ERROR : undefined symbol : route >> >> Garys-Air-2:physicalModeling garyworsham$ grep route >> /usr/local/share/faust/routes.lib >> >> //#################################### routes.lib >> ######################################## >> >> cross(n) = route(n,n, par(i,n, (i+1, n-i))); >> >> crossnn(n) = route(2*n,2*n, par(i,n, ((i+1, n+i+1), (n+i+1, i+1)))); >> >> crossn1(n) = route(n+1,n+1, n+1, 1, par(i, n, i+1, i+2)); >> >> interleave(row,col) = route(row*col, row*col, par(i, row*col, (i+1, >> (i%row)*col + int(i/row) + 1))); >> >> Garys-Air-2:physicalModeling garyworsham$ >> >> >> Garys-Air-2:faust garyworsham$ grep 'route(' /usr/local/share/faust/*.lib >> >> /usr/local/share/faust/routes.lib:cross(n) = route(n,n, par(i,n, (i+1, >> n-i))); >> >> /usr/local/share/faust/routes.lib:crossnn(n) = route(2*n,2*n, par(i,n, >> ((i+1, n+i+1), (n+i+1, i+1)))); >> >> /usr/local/share/faust/routes.lib:crossn1(n) = route(n+1,n+1, n+1, 1, >> par(i, n, i+1, i+2)); >> >> /usr/local/share/faust/routes.lib:interleave(row,col) = route(row*col, >> row*col, par(i, row*col, (i+1, (i%row)*col + int(i/row) + 1))); >> >> Garys-Air-2:faust garyworsham$ >> _______________________________________________ >> Faudiostream-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/faudiostream-users >> > > > -- > > Romain Michon > +33 (0)7 67 39 72 40http://grame.fr/~michon > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
_______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
