Claude Heiland-Allen

Results 36 comments of Claude Heiland-Allen

https://github.com/claudeha/pd-lua/tree/issue-6-double-precision-fat-binary is some hackery to get fat binary working with the current state of Pd. Hopefully Pd upstream will see how horrible this is and rethink how they do it...

Maybe better to wait until it supports Android (afaict the old Makefile template does, and the new pd-lib-builder does not).

Oh, I didn't know about that behavior of Windows. Then this issue is even less important. Thanks for the education, as well as the library!

Moreover, I noticed momentum is not serialized, which means saving/resuming training between sessions may be problematic.

One of my Windows users recently ran into an issue with OpenEXR and non-ASCII paths. I confirmed the issue in Wine. I cross-compile my program for Windows from Linux with...

Can confirm the slowness on Debian Bullseye (current testing). I downgraded back to the fast version from Buster (current stable): ``` $ apt-cache policy geeqie geeqie: Installed: 1:1.4+git20190121-2 Candidate: 1:1.6-6...

It works fine with ghc-7.10.3 from https://downloads.haskell.org/~ghc/7.10.3/ghc-7.10.3b-x86_64-unknown-mingw32.tar.xz , which has an earlier bundled mingw/gcc version.

It also works fine with ghc-8.0.2 from https://downloads.haskell.org/~ghc/8.0.2/ghc-8.0.2-x86_64-unknown-mingw32-win10.tar.xz

https://github.com/markusfisch/ShaderEditor/commit/9bd232c4195dc4de70e3f9a6c7a94634c0400396 adds autosave but warns of no undo so it is disabled by default https://github.com/markusfisch/ShaderEditor/commit/cd69a0db6db6a2f9d23cf2e8dfd56532316c40c7 adds undo and redo Perhaps the autosave can be enabled by default now?

In my experiments, I've used Emscripten's SDL2 port for audio, it's callback driven (I only used it for output, not input or duplex). My experiments with Pure-data just combined libpd...