-
Reference: [soundfile](https://faustdoc.grame.fr/manual/syntax/#soundfile-primitive)
pseudocode:
**soundfile_test.dsp:**
```faust
process = 0,_~+(1):soundfile("firstSound",0):!,!,_,_;
```
…
-
At the moment the patch type (faust, c++ or heavy) is determined by the build script based on file suffix.
To support other compilation types (e.g. gen) and mixed compilation the user should have the …
-
| | |
| --- | --- |
| Bugzilla Link | [39935](https://llvm.org/bz39935) |
| Resolution | FIXED |
| Resolved on | Dec 11, 2018 01:54 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [code th…
-
The most obvious use case is writing new Csound opcodes in C++. But there may be others. Before we get going, some of my issues:
1. The whole library should be as simple as possible for what it doe…
-
Which runs faster, a Faust DSP algorithm implemented using run-time compilation with Csound's "faustgen" opcodes, or the same algorithm implemented using "faust2csound" as a C++ native plugin opcode?
…
-
Building on Bela fails if render.cpp is created with `faust2bela -midi`
Output is:
[bela-error.txt](https://github.com/grame-cncm/faust/files/7365674/bela-error.txt)
Faust version is 2.33.1-1 on Ar…
-
Investigate a framework for writing Csound instruments in C++, either from Faust .dsp files, or using some C++ DSP library such as Gamma or AuLib.
It would have been nice to add to Csound the abili…
-
I I am a beginner to Faust and I am wondering how to install this seam lib in Faust, should I put them all in the shared library folder wih the other libs? When I try to add the functions from these l…
-
I'm seeing an issue when voice control is off, but there's no issue when voice control is on. I do
`m_dsp_poly = m_poly_factory->createPolyDSPInstance(8, false, true);`
My code does `m_dsp_poly->k…
-
I work my way through the ESP32 tutorial. My goal in the end is to have a polyphonic example running on my TTGO TAudio board. I succeeded to get the FaustSawtooth machine running under the Arduino IDE…