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 apologize in advance if this is off-topic but I can't seem to find another place to ask. My understanding is that faust does whole-program optimization and produces a single...

Having a way to save/restore the state of the compiled DSP could be interesting for neural networks kind of use-cases, or easing saving/restoring presets.

enhancement

Hello Currently, as far as I can tell, the Daisy architecture does not do anything special in terms of memory allocation, but it would be really great if it would...

Hello It seems (from a glance) that the daisy architecture file only sets the sample rate of faust DSP and not accordingly in the hardware. https://github.com/grame-cncm/faust/blob/master-dev/architecture/daisy/ex_faust.cpp#L126 In Daisy I think...

Hello This is a tiny issue but the faust2juce tool creates GUI's with white on white by default: ![2021-08-03-16:14:57-screenshot](https://user-images.githubusercontent.com/22474608/128031402-23efef9b-2f13-4aab-9863-34ec03bd097f.png) I've fixed it for myself here by changing this line to...

Hello Using `faust2png` and other converters that rely on `inkscape` are broken on new version of inkscape (tested on version 1.0.2), since inkscape apparantly decided to change the command line...

while investigating #676 i noticed that `exepath::resolvelink` fails to resolve multilevel symlinks. consider this scenario: ~~~ $ ls -lha /usr/bin/faust lrwxrwxrwx 1 root root 23 Aug 24 17:41 /usr/bin/faust ->...

[compiler/utils/exepath.cpp] provides a utility to get the full path to a binary: `exepath::get()`. Internally this uses the `which` tool to resolve binaries that live in the *PATH* of the current...

Hi, I saw that Faust can compile to Rust, so I thought compiling to AssemblyScript also would be possible?There is already quite some work done in area of audio processing...

enhancement

There may exist a use case for calculating certain parts of a faust processor with increased precision. Example: a system `A:B:C`, with `B` a filter sensitive to numerical error. With...

enhancement