faust icon indicating copy to clipboard operation
faust copied to clipboard

Functional programming language for signal processing and sound synthesis

Results 160 faust issues
Sort by recently updated
recently updated
newest added

I've encountered a strange issue. With this dsp file: ```dsp import("stdfaust.lib"); process = (c : *(100) : os.osc) with { clk1 = ba.pulse(ma.SR * tempo / 1000); clk2 = ba.pulse(ma.SR...

while using faust2ios, i am getting this error 'cstdint' file not found how to solve ? also there is so many code in that file DspFaust.cpp, thats unable to understand....

faust2audiokit does not work for making AudioKit Nodes. Also there is no documentation on how to use this. need help. AudioKit 5.4.3

I have created the PicoDSP and some DSP boards around the easily available RP2040 MCU. Here is my sample code (using Vult currently instead of Faust) https://github.com/DatanoiseTV/RP2040-DSP-FreeRTOS-Template It would be...

Windows 10 21h2 Faust 2.40.0 just compiled from source, no errors Trying to compile a basic .dsp with faust2sc.py: ``` $ > faust2sc.py test.dsp -o ./test/ File "C:\Program Files\Faust\bin\faust2sc.py", line...

`faust2ros` hangs in https://github.com/grame-cncm/faust/blob/master-dev/tools/faust2appls/faust2ros#L210 i haven't yet found out what is the reason for this (or why it doesn't hang if i run the command outside of docker)

I'm very new to Faust, just testing it out currently. One thing I have noticed is if I use the `faust2au` or `faust2vst` commands to generate plugins (an amazing feature...

![image](https://user-images.githubusercontent.com/46545607/176982919-25b3d867-f0d2-4120-a020-2040f61d4171.png) ```` control_tab(x) = tgroup("[1]Control", x); FM(x) = control_tab(vgroup("FM", x)); //preemph pre_emph_on = FM(hslider("Pre-Emph[style:radio{'ON':0;'OFF':1}]",1,0,1,1)); ````

![スクリーンショット (36)](https://user-images.githubusercontent.com/46545607/176449193-229b5d3c-45fc-44aa-bf36-6ef5f441d3b2.png) Using os.oscsin at higher frequencies produces a triangular wave instead of a sine wave. The upper part of the image is 19KHz and the lower part is 38Khz....

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...