Pierre Guillot

Results 82 comments of Pierre Guillot

I'm trying to fix this, in the meantime, you can use the previous release 0.1.1 that shouldn't have this problem

Hi! When I started this project, there was no pre-built version of the Faust library, it seemed better and more convenient to integrate Faust as a submodule and to compile...

The .default.dsp file is used as a fallback when the user doesn't specify the DSP file to use. The user should be able to see the code in a text...

I'm trying to fix this, in the meantime, you can use v0.1.1 that should work

What is your system? Do you have glibc installed?

Can you describe what it does? Is it working on Windows and MacOS with XCode and Visual Studio?

Thank you! I just had a quick look and I have global remarks: - Perhaps the CMake function `find_library()` would be more appropriate? Something like (pseudo code): ``` if(INSTALLED_FAUST) if(STATIC_FAUST)...

> I think I do, but I'm not sure what "line above" you're referring to. Please elaborate, so that I can double-check that I did everything right. You can see...

Hi, I'm sorry but I don't have the time to maintain this project. If anyone would like to contribute or take over the project, I'm open to any proposal, that's...

That's great! Feel free to create a pull request, it won't be merged into the code directly.