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
|