-
Continued from: https://github.com/ryukau/LV2Plugins/issues/29
The idea is to do computation on normalized frequency.
Current `index2freq` implementation.
```faust
index2freq(index) = ((inde…
-
I made plugin to working state. You can try it on `master`. Following command should build the plugin into `plugin/dpf/bin`.
```bash
cd DigiDrie
git submodule update --init --recursive # If you h…
-
Apologies for this basic question, but I haven't figured out if/how Faust can import recordings such as a set of mp3 files, do some transformations on them, then both export the result to a new file a…
-
# General Idea
In the spirit of the faust conversion applications I'm thinking this should be a all-in-one sort of deal. Running `faust foo.dsp` generates `foo.bin`, which can then be flashed and run…
-
I have FAUST Version 2.14.4 on macOS High Sierra 10.13.6
I have `soundtest.dsp` with the following contents:
```
import("stdfaust.lib");
process = os.osc(440);
```
It does not actually use `…
-
When I compile:
```
process = si.lag_ud(2,0);
```
I get:
```
ERROR : division by 0 in -1 / 0
```
This used to work just fine, and is in fact used in the libraries, in RMS_compression_gain_mo…
-
I'm reading Computer Music Instruments by Victor Lazzarini. I'm attempting to run the first program in Appendix B, Shapes. It seems the program can't find faustcompile. When I run csound -z, it's not …
-
The iOS application I am creating using `faust2api` is a synthesizer not currently using audio inputs at all.
By default, when launched for the first time, the application asks the user to provide …
-
Building from head branch "thirdparty-included" on LibraZiK 3 (Debian Buster based), it fails with:
```
meson build --buildtype release
The Meson build system
Version: 0.52.1
Source dir: /build…
-
I'm trying to use Faust in a situation where I don't have root access on Linux (so no `sudo make install` possible, neither installation from repositories or docker). So I'm using a prefixed installat…