A few times it randomly crashes here: SFZVoice.cpp line 327 double naturalFreq = getMidiNoteInHertz(region->pitch_keycenter); The "region" when it crashes is 0x0000000 Could be a threading issue that i'll look into.
A few times it randomly crashes here:
SFZVoice.cpp line 327
double naturalFreq = getMidiNoteInHertz(region->pitch_keycenter);
The "region" when it crashes is 0x0000000
Could be a threading issue that i'll look into.