grame-cncm / faust

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

example reverb/greyhole.dsp broken #668

Closed hiqualityh2o closed 2 years ago

hiqualityh2o commented 2 years ago

I am working in Faust IDE. Examples/reverb/greyhole.dsp is broken: trying to compile throws FaustDSP : 8 : ERROR : undefined symbol : greyhole_demo

sletz commented 2 years ago

Are you sure? Tested and working here. How are you testing ? Possibly cleanup the browser cache?

hiqualityh2o commented 2 years ago

Strange. I open faustide.grame.fr with Chrome, open the examples dropdown -> reverb -> greyhole.dsp and get the error message

Bildschirmfoto 2021-10-30 um 12 17 34
sletz commented 2 years ago

Try to clear the cache.

hiqualityh2o commented 2 years ago

I tried. Didn't help.

sletz commented 2 years ago

Chrome ? FF ? On which OS ?

hiqualityh2o commented 2 years ago

Chrome, MacOS 11.2.3

sletz commented 2 years ago

Where does this gives:

import("stdfaust.lib");
process = vl.version;   
hiqualityh2o commented 2 years ago

Sorry, i don't understand what you propose to try. I tried compiling your code and it does not throw any errors.

sletz commented 2 years ago

What version number dot you see ? It should be 2.4.4.

Capture d’écran 2021-10-30 à 15 20 08
hiqualityh2o commented 2 years ago

Gotcha. Yes, it's 2.4.4

sletz commented 2 years ago

Have you tried with Firefox? Or Safari?

hiqualityh2o commented 2 years ago

I just tried Safari and while it doesn't throw any errors, it doesn't compile. But so does every other example in Safari.

I do not have Firefox installed so i cannot try it, sorry.

sletz commented 2 years ago

Concerning Safari, see: https://github.com/grame-cncm/faustide#known-problems-and-solutions. And testing with Firefox would help...