Ardour
9.0-pre0-350-gf17a656217
|
#include <EventList.h>
Public Member Functions | |
EventList () | |
uint32_t | write (Time time, EventType type, uint32_t size, const uint8_t *buf) |
Public Member Functions inherited from Evoral::EventSink< Time > | |
virtual | ~EventSink () |
A list of events (generic time-stamped binary "blobs").
Used when we need an unsorted list of Events that is also an EventSink. Absolutely nothing more.
Definition at line 37 of file EventList.h.
|
inline |
Definition at line 39 of file EventList.h.
|
inlinevirtual |
Implements Evoral::EventSink< Time >.
Definition at line 41 of file EventList.h.