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:22:48 +0100 |
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
|
Mon, 30 Sep 2019 20:28:03 +0100 |
Chris Cannam |
Make EventSeries threadsafe
|
Thu, 28 Mar 2019 16:03:36 +0000 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
Thu, 28 Mar 2019 11:55:02 +0000 |
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
|
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 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 14:46:54 +0000 |
Chris Cannam |
Fix compiler warning
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:14 +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
|