grame-cncm / faust

Functional programming language for signal processing and sound synthesis
http://faust.grame.fr
Other
2.59k stars 325 forks source link

basics.lib : 2124 : ERROR : syntax error, unexpected ROUND #950

Closed yurivict closed 10 months ago

yurivict commented 1 year ago

Some examples from https://faustcloud.grame.fr/doc/examples/index.html#violinmidi , for example fourSourcesToOcto, fail with this error:

$ faust2jaqt fourSourcesToOcto.dsp 
basics.lib : 2124 : ERROR : syntax error, unexpected ROUND

Version: 2.68.1 FreeBSD 13.2

sletz commented 10 months ago

Round is a missing primitive that was recently added. So probably a library synchronisation issue.