GrandOrgue / grandorgue

GrandOrgue software
Other
175 stars 43 forks source link

Fixed hang when using a cached organ #1941

Closed oleg68 closed 4 months ago

oleg68 commented 4 months ago

This PR fixes a bug introduced with #1919

When an organ had been loaded from a cache playing it could hang.

The root cause was that GOSoundAudioSection::EndSegment::end_pos stopped saving to the cache.

This PR