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
|
Tue, 02 Jul 2019 11:49:28 +0100 |
Chris Cannam |
Update FFT model to ById
by-id
|
Wed, 26 Jun 2019 17:25:20 +0100 |
Chris Cannam |
More work on transformers
by-id
|
Wed, 26 Jun 2019 14:59:09 +0100 |
Chris Cannam |
Some work on models and transformers
by-id
|
Wed, 20 Mar 2019 16:22:13 +0000 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
Mon, 18 Mar 2019 14:17:20 +0000 |
Chris Cannam |
Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too)
single-point
|
Fri, 15 Mar 2019 14:23:50 +0000 |
Chris Cannam |
Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of
single-point
|
Thu, 14 Mar 2019 15:31:59 +0000 |
Chris Cannam |
Rework NoteModel commands (not entirely successfully); remove FlexiNoteModel as it has always been almost entirely identical to NoteModel (unlike its layer counterpart)
single-point
|
Wed, 13 Mar 2019 16:00:13 +0000 |
Chris Cannam |
Further API updates
single-point
|
Wed, 13 Mar 2019 14:50:10 +0000 |
Chris Cannam |
Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models
single-point
|
Mon, 26 Nov 2018 14:33:41 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Thu, 18 Oct 2018 13:14:56 +0100 |
Chris Cannam |
Some debug + tidying
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Tue, 07 Feb 2017 14:55:19 +0000 |
Chris Cannam |
Some work to make spectrum layers (and slice layers generally) zoomable in the frequency axis. Also fixes a number of view id mixups in SliceLayer which broke offset calculations for the x axis scale.
|
Mon, 06 Feb 2017 09:18:44 +0000 |
Chris Cannam |
Catch exception from initialise
|
Tue, 31 Jan 2017 11:13:20 +0000 |
Chris Cannam |
Handle exceptions raised during plugin processing (as opposed to on init/configure, which were already handled)
|