search for: killstream

Displaying 1 result from an estimated 1 matches for "killstream".

2012 May 27
1
Thread Problem.
...ding a song, storing it in that last mentioned deque and then how it differs when music is it's own thread and not it's own thread. The load song function looks something like this: void LoadSong(std::string name_, std::deque<RawOggData> &raw_oggs) { g_music_fade = 16; KillStream(); music_queue.clear(); raw_oggs.clear(); //then something like this //this is really a condition here which depends on //the name variable parameter //the important part is that it loads an intro to a song //and then a looped portion of a song addAndQueueSegment("so...