-
Hello, I've tried to convert faust dsp code to juce, than in code blocks, but it is not working perfect, also plugin too huge (about 50 mb).
Is it possible to make module that convert faust dsp code …
-
In D, the equivalent keyword to `static` for variables is `__gshared`.
The variables marked with `static` keyword are thread-locals.
References:
- https://dlang.org/spec/attribute.html#static
- …
-
I'm stuggleling with a stange bug.
It seems that ADSR Release parameter do not apply in my DSP when compiled using faust2jack or faust2jaqt tools (compiling in local or with faust editor).
The same …
-
Hello!
In looking at the VHDL branch, I'm trying to see whether a **VHDL pipeline** can be produced using Faust.
`sigToVHDL.cpp` and `sigToVHDL.hh` exist in `compiler/vhdl/sigToVHDL.cpp` with th…
-
In midi polyphonic, if all voices are playing, playing a new note will stop the fist played note immediatly, generating a "click".
Is there a way to inprove that in my DSP or should it be in the faus…
-
New signal path, all distortion algorithms re-designed.
1. Pre-gain
2. Bias
3. Hysteresis (see below)
4. Quantum
5. Saturation (see below)
6. Voltage-drop compression (see below)
7. Wow-flut…
-
Debian testing
`$ BUILDTYPE=RELEASE RADIUM_QT_VERSION=5 ./build_linux.sh -j `nproc`
Compiling Radium...
RADIUM_QT_VERSION=5
BUILDTYPE=RELEASE
INCLUDE_FAUSTDEV=jadda
INCLUDE_PDDEV=jadda
INCLUD…
-
**What did you expect to happen?**
Completion open.
**What actually happened?**
No completion.
**Additional details:**
![Screenshot 2020-11-04 at 20 42 12](https://user-images.githubuserconte…
-
no pluggins seem to be able to feature both a midi inlet and a audio inlet.
Enabling midi on Faust dsp's will remove the existing audio inlet.
Vsts and lv2s that feature both audio and midi inputs…
-
I am opening this issue at the request of @twitchyliquid64 (per our discussion [here](https://github.com/atsamd-rs/atsamd/issues/275#issuecomment-756950378)), but it pertains to an error encountered w…
kdsch updated
3 years ago