[vgmstream] Possible bug? Old versions for foobar2000? by Pixel_Crusher at 5:34 PM EDT on August 15, 2017
I'm having some trouble playing my streams properly using the most recent version of vgmstream for foobar2000. For reference, I have vgmstream set to "loop forever" when playing my streams (.adx) but instead of playing a track endlessly, foobar2000 starts playing it again from the beginning.
I'd like to go back to a more outdated version until this possible bug is fixed. Is there a site that archives previous versions?
Yeah, I had to rebuild it completely to sync the changes between the object files. Apparently, something got out of sync and didn't get rebuilt when it should have. Major changes to the plugin sources should have prompted me to do so with the previous release.
I also made some minor changes, since calls to the get_vgmstream** function that returns the sample count based on loop count, fade time, etc, also assigns a loop target to the vgmstream instance that's passed to it, I needed to change a few places to reset that loop_target to 0, since we handle looping ourselves in the foobar component.