chowdsp_utils
chowdsp_utils copied to clipboard
JUCE module with utilities for ChowDSP
Hi, thanks for making this library, I was just wondering what the difference were between the filters you have defined here and those that are implemented in juce like the...
I would really like this option since an other plugin supporting this is buggy and you might even manage to get the CPU down like you did with Proteus/GuitarML AND...
Currently the Werner Filter only has a 4th-order lowpass filter output. It would be cool if we could also get 4th-order bandpass and highpass outputs, but it's not immediately obvious...
Right now we've got the basic oscillators (sawtooth, sine, square, triangle), but it would be cool to have some fancier oscillators as well. Here's some ideas: - Polygonal Oscillator ([original](https://quod.lib.umich.edu/cgi/p/pod/dod-idx/continuous-order-polygonalwaveform-synthesis.pdf?c=icmc;idno=bbp2372.2016.104;format=pdf)...
With XSIMD it should be possible to implement run-time SIMD dispatching for some of our DSP classes. There's an example of this kind of thing [here](https://github.com/amyspark/xsimd-dispatch-demo). It probably makes sense...
Right now we have `chowdsp::ModalFilterbank` for running a bunch of modal filters in parallel. It would be cool to do something similar with `chowdsp::AdditiveOscillator` running a bunch of sine waves...
Checklist of things to do for new modules: - Create module: - Set up JUCE module header - Double-check version - Double-check license - Double-check depedencies - Add module to...
Thank you very much for the work on this great framework, wonderful ! The benchmark from `jatinchowdhury18` repo (`wdf-bakeoff`) see excellent result. Great job. I'm the guy who have code...
I start a new discussion here because discord seem to be not the best way to include code. So, I let you a little update here about my research on...
I don't know if you've already have this idea ? Long time ago, I've work on my own implementation of a waveguide (bi-directional, / multi-dimensionnal) that is an extension of...