A user defined function to be applied to the events of a sequence (see MidiApplySeq).
typedef pascal void (* ApplyProcPtr)( MidiEvPtr e );
e a MidiEvPtr, it is a pointer to the current event in the sequence.
e