jsusfx icon indicating copy to clipboard operation
jsusfx copied to clipboard

Opensource Jesusonic FX implementation

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

Hi, I'm trying to compile the Pd objects for windows 64 bit. No hurries :) I do and get: ``` Lucarda@T410 MINGW64 /d/00-volatil/jsusfx/pd $ cmake -G "MSYS Makefiles" -D CMAKE_C_COMPILER=D:/msys64/mingw64/bin/gcc.exe...

Expected to fix #34. Not actually tested, but it builds. - the definition `__LP64__` is not sufficient to check for 64-bit, because MinGW does not have it; it's edited to...

This is not an issue, just a heads up that I added a csound interface to jsusfx, based on the pd implementation. I included it in the csound-plugins project so...

afaict (not having REAPER at hand), the specs allow a plugin to _write_ to a `slider` variable, and the host is supposed to _display_ this value. probably the `[jsusf~]` could...

https://github.com/asb2m10/jsusfx/blob/bcc9cd7b910ee7bba5b4cd2649448ade2ec15712/scripts/liteon/sonic_enhancer.jsfx#L35 To keep the same envelope following on all samplerates this constant has to be sample rate normalized. rc0_k0 has to become: > rc0_k0 = 0.0003 * 48000 / srate;...