kai

Results 15 comments of kai

I've got it compiling and running on win+vs2015, but it's hacky and I had to disable one feature (setting the directory variable automatically). and currently it's not correctly integrated into...

sure: - in "ucl++.h" I'm not sure if I have added #include in the header - in "mum.h" remove the typedefs for msvc (vs2015 already knows the types) - in...

Hm. thanks for your hints. Giving you a simple reprocase is not that easy as it's my toy engine were I test new (and creative) ideas with an esoteric buildsystem,...

that was fast and easy to reproduce. I found that I have a class with a const int variable and changing this variable produces this strange behaviour. when I modify...

I've found the audio-mutex-lock, but as I understand this is internal. I'm talking more about the application side of audio programming, from my understanding the application mainloop and the audio...

okay, thanks for the clarification. Can I propose to add a special paragraph at http://sol.gfxile.net/soloud/newsoundsources.html that this may run in an extra thread and needs to be threadsafe if it's...

The both parallel lines are an empty sparkline, I assume you have to set the due-date for a task to see something, but I have no idea how to set...

I've tried to generate a compile-error for the missing defines, but it seems the defines are not neccessary at all? (https://github.com/questor/EAStdC) besides: there seems to be some left-over, for example...

Some more explanations about the growth-factor: https://blog.demofox.org/2016/05/18/who-cares-about-dynamic-array-growth-strategies/ this article concludes "the ideal factor to use when upsizing a buffer in general (when worrying about fragmentation like this), is the golden...

as a hint, here is some description what might help: use "--precision full" (taken from here: https://huggingface.co/CompVis/stable-diffusion-v1-4/discussions/42) and in addition there are special configs for cpu processing in the "intel"...