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
|
Mon, 14 Oct 2019 14:17:37 +0100 |
Chris Cannam |
Implement missing TabularModel editing methods. Also made these pure in TabularModel, since almost all subclasses want them and (clearly) forgetting to implement them is a problem!
|
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
|
Fri, 05 Jul 2019 15:28:07 +0100 |
Chris Cannam |
Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
by-id
|
Fri, 28 Jun 2019 17:36:30 +0100 |
Chris Cannam |
Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests
by-id
|
Thu, 27 Jun 2019 13:08:10 +0100 |
Chris Cannam |
Work on commands, and some other model updates
by-id
|
Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Thu, 25 Apr 2019 11:30:38 +0100 |
Chris Cannam |
Fix some compiler warnings
single-point
|
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
|
Fri, 22 Mar 2019 17:49:10 +0000 |
Chris Cannam |
Update ImageModel
single-point
|
Mon, 26 Nov 2018 13:51:36 +0000 |
Chris Cannam |
Header guards
fix-static-analysis
|
Mon, 26 Nov 2018 13:48:45 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Wed, 01 Jul 2015 15:53:54 +0100 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|