RafaGago

Results 9 issues of RafaGago

See commit text. This fixes: #548 Notice that I wasn't able to verify it on Visual Studio, just g++ and clang.

Coming from: https://github.com/xtensor-stack/xsimd/issues/515 Sorry for closing and reopening. I got mislead because I thought I did a mistake. It seems that the bug is fixed on gcc but remains on...

This comes from here: https://github.com/tweag/rules_nixpkgs/issues/141 Relevant code: https://github.com/RafaGago/nix-bazel-gtk-helloworld I'm just trying to compile and run a GTK helloworld (not interested on GTK, I just chose some shared library known to...

P3
type: feature request

I've developed MixMaxtrix, a kind-of mixer and multifx. It is up for KVR Developer Contest 2021. One the FX I bundle is a functionally equivalent port of Chow Phaser (credited...

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;...

This fixes some issues/bugs. *Reading/Writing complex DBUS messages (e.g. a{sa{sv}}) *Allows specifying the argument type for "variant" arguments. See individual commits for further reference.

This patch fixes cases where the 'opts' table passed by the user is modified, making the external table unable to be reused in some cases. This was causing problems e.g....

I'm static linking against libcjson and embedding the sources on my executable. The calls to "ffi_load" and the "cjson" table usage make this library unusable for #my use case (self...

enhancement

I just wanted you to notice that on Dmitrys website footer he states that all the code is covered by the 2 clause BSD license. Maybe he added this recently....