sfztools / sfizz

SFZ parser and synth c++ library, providing a JACK standalone client
https://sfz.tools/sfizz/
BSD 2-Clause "Simplified" License
418 stars 57 forks source link

Fixes the infinite-loop-on-EOF problem (smallest patch) #1274

Open acli opened 5 months ago

acli commented 5 months ago

This fixes #1266. It’s not really an idiomatic way to fix this but this is the smallest patch that works and plays nicer with the other fix.