API ReferenceAll TypessynthMidiEventsPlayedEventArgsOn this pagealphaTab.synth.MidiEventsPlayedEventArgsRepresents the info when the synthesizer played certain midi events. class MidiEventsPlayedEventArgs Properties​ events​ Gets the events which were played. JavaScriptC#Kotlinreadonly events: MidiEvent[];IList<MidiEvent> Events { get; }val events: alphaTab.collections.List<MidiEvent>