I am debugging my plugin attached to the AudioPluginHost. It’s hitting an assert, and jumping into assembler code, in what appears should be accessible JUCE code.
However, putting breakpoints in other places in this module seem to work correctly.
Here, it’s hitting the assert in juce::MidiEventList::toMidiMessage(). Does this mean my version of the APH is out of sync with the source code or something?
MacOs, Xcode 13.2.1.

