Thu, 28 Mar 2019 10:39:02 +0000 |
Chris Cannam |
Write path points
osc-script
|
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, 27 Mar 2019 14:15:21 +0000 |
Chris Cannam |
Merge from branch single-point
osc-script
|
Wed, 27 Mar 2019 14:13:32 +0000 |
Chris Cannam |
Remove no-longer-used model base classes
single-point
|
Wed, 27 Mar 2019 13:15:16 +0000 |
Chris Cannam |
Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady().
single-point
|
Wed, 27 Mar 2019 11:26:22 +0000 |
Chris Cannam |
Add getPointCount, used in debug mode by AlignmentModel
single-point
|
Wed, 27 Mar 2019 11:26:06 +0000 |
Chris Cannam |
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
single-point
|
Tue, 26 Mar 2019 14:34:21 +0000 |
Chris Cannam |
A bit more debug output
osc-script
|
Tue, 26 Mar 2019 14:31:42 +0000 |
Chris Cannam |
Fix typo
osc-script
|
Tue, 26 Mar 2019 14:30:14 +0000 |
Chris Cannam |
Debug output
osc-script
|
Tue, 26 Mar 2019 14:28:58 +0000 |
Chris Cannam |
Debug output
osc-script
|
Mon, 25 Mar 2019 15:48:16 +0000 |
Chris Cannam |
Toward running an OSC script in batch
osc-script
|
Fri, 22 Mar 2019 17:49:10 +0000 |
Chris Cannam |
Update ImageModel
single-point
|
Fri, 22 Mar 2019 13:32:09 +0000 |
Chris Cannam |
Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than that
single-point
|
Fri, 22 Mar 2019 11:04:51 +0000 |
Chris Cannam |
Update TextModel
single-point
|
Thu, 21 Mar 2019 13:33:30 +0000 |
Chris Cannam |
We do need haveTextLabels; restore it
single-point
|
Thu, 21 Mar 2019 11:35:30 +0000 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
Wed, 20 Mar 2019 16:22:13 +0000 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
Wed, 20 Mar 2019 15:45:52 +0000 |
Chris Cannam |
Forward the matching-event functions
single-point
|
Wed, 20 Mar 2019 14:58:56 +0000 |
Chris Cannam |
Test & fixes for getEventsStartingAt
single-point
|
Wed, 20 Mar 2019 11:14:36 +0000 |
Chris Cannam |
Fixes: completion should default to 100 (it never gets set if we aren't a transform target); events added to time-value model should be denied durations; forward the overspill and matching search functions
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
|
Tue, 19 Mar 2019 13:05:56 +0000 |
Chris Cannam |
Update Labeller to new event API + fewer magical side-effects
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
|
Mon, 18 Mar 2019 09:37:46 +0000 |
Chris Cannam |
Make MagnitudeRange generic, in the form of Extents
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
|
Fri, 15 Mar 2019 10:57:35 +0000 |
Chris Cannam |
Switch to a single external set of commands for modifying editables with events
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
|
Thu, 14 Mar 2019 13:11:47 +0000 |
Chris Cannam |
Command tweaks, including executing it!
single-point
|
Thu, 14 Mar 2019 13:11:30 +0000 |
Chris Cannam |
Add getDuratioN
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
|
Wed, 13 Mar 2019 14:46:54 +0000 |
Chris Cannam |
Fix compiler warning
single-point
|
Wed, 13 Mar 2019 14:46:40 +0000 |
Chris Cannam |
Fix XML
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:24 +0000 |
Chris Cannam |
Test getEventsStartingWithin (briefly)
single-point
|
Wed, 13 Mar 2019 10:55:02 +0000 |
Chris Cannam |
Add getEventsStartingWithin
single-point
|
Wed, 13 Mar 2019 10:54:42 +0000 |
Chris Cannam |
Make const
single-point
|
Wed, 13 Mar 2019 10:01:14 +0000 |
Chris Cannam |
Add getEventsWithin
single-point
|
Wed, 13 Mar 2019 10:01:02 +0000 |
Chris Cannam |
Add getEventsWithin
single-point
|
Wed, 13 Mar 2019 10:00:49 +0000 |
Chris Cannam |
Always return consistent defaults for absent elements
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
|
Tue, 12 Mar 2019 14:11:06 +0000 |
Chris Cannam |
Add operator!=
single-point
|
Mon, 11 Mar 2019 15:22:32 +0000 |
Chris Cannam |
Add toDelimitedDataString; also requires reinstating m_haveDuration
single-point
|
Mon, 11 Mar 2019 14:59:11 +0000 |
Chris Cannam |
Another timing note
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
|
Mon, 11 Mar 2019 11:17:18 +0000 |
Chris Cannam |
Permit hashing
single-point
|
Mon, 11 Mar 2019 09:53:28 +0000 |
Chris Cannam |
Add (disabled by default) stress test for EventSeries
single-point
|
Fri, 08 Mar 2019 13:37:08 +0000 |
Chris Cannam |
Merge
single-point
|
Fri, 08 Mar 2019 13:36:53 +0000 |
Chris Cannam |
Add this method back again; it is useful
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
|