cookdsp icon indicating copy to clipboard operation
cookdsp copied to clipboard

DSP library for Reaper’s plugin language JS

Results 5 cookdsp issues
Sort by recently updated
recently updated
newest added

I really would like to use the CookDSP plugin ‘granulator’. Unfortunately, I don’t get access to the parameters. Is there a way to repair this file? It seems like a...

Both the mono and stereo FFT templates have an odd buffeting sound, that depends on the fft size as to how often it pulsates, but only for an overlap size...

https://github.com/belangeo/cookdsp/blob/174d8783c35a6ee0c63ff1eb8a1482086ab729cd/cookdsp/scaling.jsfx-inc#L395 function wrap(input mini maxi) // the function declaration misses some , ( while (input < mini) ( input += mini; // creates infinte loop when 0 and i think...

Add capability to detect midi note off events in midi.jsfx-inc:notein

Thanks for a great initiative. I'm looking forward to using this for my own projects, and I also hope that I'll find the time to contribute from time to time...