What would be the easiest way to pass a message to Audiosurf when someone changes a mod from a manager?
That way it could immediately redraw with the new textures instead of having to restart the track.
There isn't an "easy" way really..... Process hooking is a bit out of my league, and from what I've been reading, I'm able to get a handle to Audiosurf's window, but I can't find a way to show any kind of message inside it, or call any of the code, because I don't know the code.
Bah, talking between 2 programs is too hard. >: Maybe someone here knows some good stuff about the Windows API.
EDIT: Actually.... couldn't you just bind a key combo to reload the textures? Say, shift + q. When someone changes the current textures, I can just put in a message to go and hit shift + q in Audiosurf?