I’m trying to create a standalone application as an alternative to a browser
based app, and I’m starting small, using this quick start as a hello world:

```

import("stdfaust.lib");

process = no.noise;

```

So I use the platform ‘source’, with architecture ‘c’, and it gives me a
little c program that doesn’t compile – clang tells me that MetaGlue is
undefined. But there is no header that defines it. I also notice that there
is no entry point, usually ‘main’, so it looks like it should be included
in a larger project, but what is that project?


So I use the platform ‘rust’, with architecture ‘portaudio’. This compiles, and
runs without error, however, it also produces no sound output.


I’ve read all the documentation I can find – it's pretty sparse – but I
don’t find anything that addresses compiling the generated code. Is there
any example application using faust on the desktop?



Thanks,

Bruce



-- 

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

Reply via email to