My first external for noise generation - noisfill~
Hi all,
As an exercise I wrote a simple external in min-devkit that fills a given buffer using a noise function of choice.
I wrote it for the sake of building a synth using noise-based wavetables, but I guess it might be useful for some other stuff, too.
It includes plain white and pink, as well as brownian noise functions, inspired by this 'ole thread.
What I am also thinking about is to add other functions from this repo:
https://github.com/sbl/sc-max
Also it would be quite nice to make a real-time version of this object.
Would like to know of any good practices when it comes to writing/releasing externals as I am still quite new to this.
macOS build is available here: https://github.com/wwerk/wkw/releases/download/noisfill/wkw.noisfill_0.11_macos_universal.zip