-
I've worked on some ideas for the icons of some effects we have. I have to remark these are just ideas and not design proposals (As you will see, I draw like a kindergarten kid).
Some of them are con…
-
For my microsoft account (not Admin) I get the load GUI but it seems to crash with no error, so i opened a windows debugger, not sure how helpful it is. If you want another debug, let me know and mayb…
-
Your grandmother would be proud. The Alma Filter is all buttermilk, Brah.
-
Hello NeXyon.
As for your idea about refactoring AudaSpace, I had confirmation that the basic building blocks of any synth or audio processor lays in the Web Audio API.
If you want, I suggest using …
ghost updated
6 years ago
-
commit 2025f3f9041a8befd4a9cbd525344b92f6c4eacb
In file included from src/Braids.cpp:6:0:
./eurorack/braids/signature_waveshaper.h: In member function ‘void braids::SignatureWaveshaper::Init(uin…
-
For a clean build of all VCVRack and plugins, AudibleInstruments 2025f3f fails during compile. The last commit to build was ad9fe26.
**Error**
```
g++ -fshort-enums -DTEST -I./eurorack -Wno-unuse…
-
The current spec has the following sections in this order:
- BaseAudioContext
- AudioContext
- OfflineAudioContext
- AudioNode
- AudioDestinationNode
- AudioParam
- GainNode
- DelayNode
- AudioBuffer
…
-
```
Makefile:9: warning: overriding recipe for target 'dist'
../../plugin.mk:39: warning: ignoring old recipe for target 'dist'
g++ -Wsuggest-override -std=c++11 -D v_050_dev -fPIC -I../../include …
-
I'm wondering if there is a way to _divide_ an audio signal by another one without having to resort to scripted audio processing (which, unfortunately, is really not usable for anything slightly more …
-
yesterday, i spent the full day debugging the smoothing system. there are some rather subtle issues to consider - like whether the parameter observers (sliders, meta-parameters, etc.) should be notifi…