AudioPluginHost assert at startup

Hi, just built this from latest develop and get this assert at startup:

void MidiMessageCollector::reset (const double newSampleRate)

{

const ScopedLock sl (midiCallbackLock);

jassert (newSampleRate > 0);

thx

I hit this before when I had an USB WebCam connected to an M1 MacMini:

Could be related…