Grumble grumble SDL_mixer grumble
| Published: | Comments: 2 | Filed under: Development
If I had a voodoo doll representing SDL_mixer, I'd be poking it in the eye with a needle. Over and over and over.
For some reason, my Music#jump method isn't working. It's supposed to jump to a specific point in the song, but right now it either: a) restarts the song from the beginning, or b) does nothing.
The only effective way to debug why something isn't working with SDL_mixer is to flail around and poke random things until it works, and then figure out which thing made it start working.
Well, that's not quite true — there is the possibility of digging through the SDL_mixer source itself, and seeing if there are any clues in there. The docs aren't very reliable; even when they're technically true, they often omit important information. Sometimes reading the header file is enough to give you the left-out information, but in this case, I'm actually sifting through the core source, trying to figure out what unspoken taboo I committed that is causing SDL_mixer to snub me.
Not fun times.
Comments