Shaun Reich

Results 48 comments of Shaun Reich

Of course. First I'll have to figure out how to get it working for my case at hand and I'll see what I can do

Further information here. I've got core dumps from rtpmidid directly. Brief stack as below. I can send the full core dump if you think that will help. demangled bt. i...

According to my research, the "memory" issue is actually I believe This is because of resource exhaustion. I was looking around and I saw some other libraries and basically if...

k, looked into the issue...looks like OpenGL::Init needed some glViewport calls and some matrix setup. That really should have been automatic, as that isn't needed for the SFML render really...And...

you're probably right. argh, i've had to deal with the "unicode mess" several times in several areas

fyi so there's no duplication, consider me working on the "Extraction of texture region names from .atlas files, which could be saved as a type-safe enum. ". i'm currently waiting...

think i'm running into an issue with the gradle scripts for ktx (in general, unrelated to ktx-tools). resources aren't getting stored in the jar..i'm thinking this is because the top-level...

guess it's been a long day, silly mistake...i was putting them into src/resources, and since the resource is how gradle finds the plugin in the first place..that is why it...

from my understanding of gradle, it is required for the plugin to get picked up by gradle (the implementation-class). that's the only resource i will have https://docs.gradle.org/current/userguide/custom_plugins.html#sec:custom_plugins_standalone_project

I don't know about all of this other stuff, sounds like a metric ton of work to code that. The only thing i'm interested in is it exporting audio with...