Damien Clarke
Damien Clarke
While making my own version of Faust IDE, I'm finding it a little difficult to use `Faust.createMonoFactory().compileNode()` when given incorrect dsp, because the specific details about the syntax error don't...
I recently tried using `@grame/libfaust` version `1.3.1` from npm, but realised that `FaustLibrary.js` doesn't provide an export of the main `Faust` object that it constructs, so it's not possible to...
I've recently tried using `@grame/libfaust` version `1.3.1` - I've found that the examples and also my usages of the code throw the following warning in latest Chrome on MacOS after...
Hi, I came across this thread which mentions that `soundfile` cannot be used in the Faust online editor, which appears to still be true: https://sourceforge.net/p/faudiostream/mailman/faudiostream-users/thread/A8142024-6C77-4AE7-B1B1-AFD74E48217F%40grame.fr/ What would it take to...
Hi, I love this hook! Works well in most cases for things like tooltips. I've found that if many instances of this hook are created at once (.e.g 50 or...
- Remove previous version, stubbed new version - Added docs - `emscripten` and `embind` for web assembly compilation (C++ to Javascript) - `gatsby` and `react` for static site generation -...
I'm unsure if this is a usage problem by me, an underlying limitation or a bug (doubtful). If I create ~50 `AudioWorkletNode`s via `getNode()`, I get the out of memory...
Add a column to the left of the text area with Play and Loop buttons next to each line. The line with Play selected will be the one that the...