I am experimenting with creating a synthesizer by creating a source plugin and receiving midi events. I think I can receive MIDI events using m_pContext->GetMidiEvent(), but I receive the midiOn event, but I can't figure out how to receive the MIDIOff event. I would be grateful if anyone could help.