log base/EventSeries.cpp @ 1802:c48548a85622

age author description
2019-10-01 Chris Cannam Some work on making Model classes thread-safe in typical use - and documenting this. Some of the implementations are simpler now that EventSeries is thread-safe
2019-09-30 Chris Cannam Make EventSeries threadsafe
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
2019-03-28 Chris Cannam Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests. single-point
2019-03-27 Chris Cannam Ensure image & text models get the proper attribute names (which are not the same as the default event ones) osc-script
2019-03-20 Chris Cannam Add overspill to events-within search single-point
2019-03-19 Chris Cannam Add nearest-event-matching search single-point
2019-03-13 Chris Cannam Further API updates single-point
2019-03-13 Chris Cannam Fix compiler warning single-point
2019-03-13 Chris Cannam Add and test getEndFrame (and getStartFrame) single-point
2019-03-13 Chris Cannam Add getEventsStartingWithin single-point
2019-03-13 Chris Cannam Add getEventsWithin single-point
2019-03-12 Chris Cannam Further test & fixes single-point
2019-03-12 Chris Cannam Add some more handy methods single-point
2019-03-12 Chris Cannam Switch EventSeries to using a vector for m_events, so as to allow indexed access single-point