log base/EventSeries.h @ 1833:21c792334c2e sensible-delimited-data-strings

age author description
Fri, 03 Apr 2020 17:11:05 +0100 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
Fri, 10 Jan 2020 14:29:54 +0000 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
Tue, 01 Oct 2019 11:21:56 +0100 Chris Cannam Fix compile error with non-MSVC compilers
Mon, 30 Sep 2019 20:28:03 +0100 Chris Cannam Make EventSeries threadsafe
Mon, 30 Sep 2019 12:36:44 +0100 Chris Cannam The copy & move operators are not actually being used, so probably safer to delete them unless we know otherwise - this is not all that simple a class
Thu, 04 Apr 2019 14:10:57 +0100 Chris Cannam Think we may need this header with some compilers single-point
Thu, 28 Mar 2019 16:03:36 +0000 Chris Cannam Re-add the toDelimitedDataString stuff single-point
Wed, 27 Mar 2019 16:06:35 +0000 Chris Cannam Ensure image & text models get the proper attribute names (which are not the same as the default event ones) osc-script
Wed, 20 Mar 2019 14:58:56 +0000 Chris Cannam Test & fixes for getEventsStartingAt single-point
Wed, 20 Mar 2019 11:12:54 +0000 Chris Cannam Add overspill to events-within search single-point
Tue, 19 Mar 2019 14:24:05 +0000 Chris Cannam Add nearest-event-matching search single-point
Wed, 13 Mar 2019 16:00:13 +0000 Chris Cannam Further API updates single-point
Wed, 13 Mar 2019 11:54:13 +0000 Chris Cannam Add and test getEndFrame (and getStartFrame) single-point
Wed, 13 Mar 2019 10:55:02 +0000 Chris Cannam Add getEventsStartingWithin single-point
Wed, 13 Mar 2019 10:01:02 +0000 Chris Cannam Add getEventsWithin single-point
Tue, 12 Mar 2019 14:56:31 +0000 Chris Cannam Further test & fixes single-point
Tue, 12 Mar 2019 14:52:11 +0000 Chris Cannam Add some more handy methods single-point
Tue, 12 Mar 2019 14:14:00 +0000 Chris Cannam Switch EventSeries to using a vector for m_events, so as to allow indexed access single-point
Mon, 11 Mar 2019 14:49:13 +0000 Chris Cannam Seems we can do just as well with a vector of events themselves single-point
Mon, 11 Mar 2019 13:44:35 +0000 Chris Cannam Experiment with storing vectors of event ids in seam map for compactness single-point
Mon, 11 Mar 2019 11:25:17 +0000 Chris Cannam That last change didn't seem worthwhile single-point
Mon, 11 Mar 2019 11:17:30 +0000 Chris Cannam Try out Qt containers single-point
Fri, 08 Mar 2019 12:59:32 +0000 Chris Cannam Further tests single-point
Fri, 08 Mar 2019 11:54:35 +0000 Chris Cannam Performance notes single-point
Fri, 08 Mar 2019 11:15:59 +0000 Chris Cannam Minor tweaks, comments, span tests single-point
Fri, 08 Mar 2019 10:16:12 +0000 Chris Cannam Rework EventSeries to explicitly store counts of events (+ add comments explaining, among other things, why) single-point
Thu, 07 Mar 2019 15:44:09 +0000 Chris Cannam Rename a number of classes and methods (including Point -> Event); comments single-point base base/PointSeries.h@2063da185e3e