Raphaël Forment

Results 52 comments of Raphaël Forment

I runned `git submodule update --init --recursive`. The `faust` folder is here but does not contain any `dsp` folder. There is a `faustgen.h` inside the `faust/compiler/generator` folder.

Faust is installed on my system, version `2.28.8`. The command `which faust` returns `/usr/local/bin/faust` but isn't the build process using the freshly cloned submodule? I'll try to uninstall Faust to...

Hi, found myself in the same situation. Is there anything planned?

@SpotlightKid: can we proceed further with the integration of `cibuildwheel`? This would greatly simplify the installation process of many `rtmidi` dependant code bases.

I would like to keep the collaborator role on tidal-docs and thanks again for your trust. I have planned to contribute to the docs again whenever I will have the...

@madskjeldgaard : tried again this morning but stumbled upon the same error as two years ago. ``` /Users/bubo/faustgen/plugins/FaustGen/FaustGen.hpp:7:10: fatal error: 'faust/dsp/libfaust.h' file not found #include "faust/dsp/libfaust.h" ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated....

Here are some more: - [x] Envelopes on `fmh` and `fmi` for more dynamic synthesis. - [x] Envelopes on filter cutoffs and variable parameters. - [ ] Basic Karplus Strong...

I would suggest to prioritize static and global effects for a next batch of improvements. Having chorus + phaser + flanger + wavefolder + more reverb options would be really...

Hello @ideoforms: check out https://pypi.org/project/LinkPython-extern/. This is what we use to tackle this issue for Sardine. It may be useful to finish that implementation 😄. We had to hard-fork and...

Yes, unfortunately there is not much I can do about it now but I will have to revise that part of the code sooner or later. Will keep it in...