MidiMessageSequence and note off messages

Hi, I wonder under the impression that there was something to add note off messages to all unmatched note on message but can’t seem to find this.

Was I imagining this?

Thx

Do you mean a JUCE API call, or CC123 (all notes off)?

There is MidiMesasgeSequence::updateMatchedPairs

1 Like

Yeah, thx - doesn’t actually add missing note off at the end tho. It’s no probs, was easy to implement, just thought it already existed somewhere.

I was going to point to the post linked below as why it might be doing something different, but I realized only the copy ctor changed, not the updateMatchedPairs call.