faust
faust copied to clipboard
Functional programming language for signal processing and sound synthesis
- `EXTRA_EXPORTED_RUNTIME_METHODS` is deprecated, now it's `EXPORTED_RUNTIME_METHODS` - add `lengthBytesUTF8` to exported functions to avoid doing the same in JavaScript.
… with real guitar Just did some reorientation of the acGuitar smartkeyb. Fixes it so the string buttons are on the top so they can be played with the right...
## System info Ubuntu x86_64, clang 6.0, faust (latest master [c236d2](https://github.com/grame-cncm/faust/commit/c236d23526de80c410f8014d36bb803af1da18b8)) ## Configure cmake . -DCMAKE_CXX_FLAGS="-fsanitize=address -g" -DCMAKE_C_FLAGS="-fsanitize=address -g" -DCMAKE_EXE_LINKER_FLAGS="-fsanitize=address" -DINCLUDE_STATIC=on -DINCLUDE_HTTP=off -DINCLUDE_OSC=off ## Command line ./build/bin/faust -lang ocpp -o...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
## System info Ubuntu 16.04 xenial, gcc (Ubuntu 5.5.0-12ubuntu1), `faust` (latest master `fa15b59`) ## **Command line** `faust -lang ocpp -e -lcc -exp10 -lb -rb -mem -sd @@` ## AddressSanitizer Output...
Hi, I am experiencing a really weird bug. The following code throws the error: `ERROR : path 'mod_depth' is already used` (sorry, I could not make it more minimal, when...
I tried to include a Faust example into Unity (2020.3.0f1). I used this example: https://github.com/grame-cncm/faust/blob/master/examples/bela/FMSynth2.dsp First I used the command `./faust2unity -ios -osx -nvoices 6 synth3.dsp` I imported the resulting...
This is part of my Faust code: ```faust declare options "[midi:on]"; declare options "[nvoices:8]"; import("stdfaust.lib"); freq = hslider("v:Env1/[4]Freq1[midi:ctrl 45][scale:exp]", 400,40,10000,10.) : si.smoo; process = .05*os.osc(freq )
Fixes https://github.com/grame-cncm/faust/issues/631 This is what it looked like before:  This is what it looks like now:  (sorry if this is a bit lazy - but I've got limited...