The MidiEventList class manages MidiEvent objects for a MidiFile track.
Public functions
append — Add a event to the end of the list.
clear — Clear all events from the list.
getSize — Return the number of events in the list.
reserve — Pre-allocate space for events in the list.
operatorSQUAREBRACKETS — Access a MidiEvent in the event list.
clearLinks — Remove all note-on/note-off links.
detach — Clear event list without deallocating events.
linkNotePairs — Match note-ons and note-offs.
push_back_no_copy — Store a MidiEvent without first copying it.
Keyboard shortcuts for this page:
- ctrl++/= to open all function documentation entries.
- ctrl+– to close all documentation.
- ctrl+eto toggle display of all code examples.
- shft+click will open documentation for a single method and close all other entries.