Hi, I'm getting close to getting this event SS working but have been a bit too busy to do much on it lately, sorry!
I was just having a look at sound.c and wondered why this was used and not everything done in soundserver.c? Why isn't s->sound_server->command() and its similar functions used for everything? Why do sound_command() and the other sound_XXX() functions need to be there (in sound.c) instead of calling everything through the sound server? It just seems like double-handling and illogical to not have the sound server do everything instead of having bits of it split off. Alex.
