Thu, 25 Jun 2020 12:20:06 +0100 |
Chris Cannam |
Ensure transforms are populated before instantiateDefaultPluginFor runs - otherwise if we have prior knowledge of a transform id, we can find ourselves trying to instantiate it before the plugin factory has heard of it and e.g. knows which server to use
|
Thu, 25 Jun 2020 09:30:17 +0100 |
Chris Cannam |
Comment only
|
Mon, 22 Jun 2020 16:57:09 +0100 |
Chris Cannam |
Merge from branch startup-timing
|
Thu, 18 Jun 2020 15:42:19 +0100 |
Chris Cannam |
Fix typo
|
Thu, 18 Jun 2020 15:07:40 +0100 |
Chris Cannam |
Fix comparisons that fail to link with older Qt libraries
|
Thu, 18 Jun 2020 13:43:20 +0100 |
Chris Cannam |
Merge from branch csv-import-headers
|
Thu, 18 Jun 2020 13:42:48 +0100 |
Chris Cannam |
Extend tests to include testing (at least some of) the actual data as well as the layout
csv-import-headers
|
Thu, 18 Jun 2020 11:55:28 +0100 |
Chris Cannam |
Support headers in actual import step, + test
csv-import-headers
|
Thu, 18 Jun 2020 11:55:17 +0100 |
Chris Cannam |
Include the header row in the example output after all - it's less confusing I think to have it displayed (but e.g. italicised) than to have it appear and disappear
csv-import-headers
|
Wed, 17 Jun 2020 18:01:00 +0100 |
Chris Cannam |
Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test this
csv-import-headers
|
Tue, 16 Jun 2020 17:44:06 +0100 |
Chris Cannam |
Merge from default branch
startup-timing
|
Tue, 16 Jun 2020 15:15:57 +0100 |
Chris Cannam |
Add record-mono preference
|
Thu, 11 Jun 2020 14:09:59 +0100 |
Chris Cannam |
CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read
|
Thu, 11 Jun 2020 14:07:56 +0100 |
Chris Cannam |
If duration < 0, swap start time and duration rather than throwing an exception - this is too deep to be throwing an exception here, we end up with bugs like #1989 (Crash when trying to import CSV file with certain unexpected data in it) - and the meaning of negative duration is not actually ambiguous
|
Wed, 03 Jun 2020 13:57:50 +0100 |
Chris Cannam |
Make it possible to check whether the transforms have been populated yet
startup-timing
|
Wed, 03 Jun 2020 13:57:37 +0100 |
Chris Cannam |
Add timings to debug output
startup-timing
|
Fri, 29 May 2020 17:37:41 +0100 |
Chris Cannam |
Comment only
|
Fri, 22 May 2020 16:23:25 +0100 |
Chris Cannam |
Permit setting completion directly on the alignment model, if we aren't using a transform to populate the path source but are instead going to set the path directly after completion
|
Thu, 21 May 2020 16:09:46 +0100 |
Chris Cannam |
Merge
|
Thu, 21 May 2020 16:09:10 +0100 |
Chris Cannam |
Comment only
|
Mon, 18 May 2020 14:06:30 +0100 |
Chris Cannam |
Avoid more recent Qt api, for older platform package builds
|
Thu, 14 May 2020 16:36:48 +0100 |
Chris Cannam |
Use cancellable serialiser; add some more profiling points
|
Thu, 14 May 2020 16:35:39 +0100 |
Chris Cannam |
Make Serialiser cancellable while waiting for its lock
|
Thu, 14 May 2020 16:35:21 +0100 |
Chris Cannam |
Print results in the opposite order, so most relevant ones are at the end of the listing
|
Mon, 11 May 2020 17:27:18 +0100 |
Chris Cannam |
Pull out text-document check; it's useful elsewhere
|
Mon, 11 May 2020 14:43:58 +0100 |
Chris Cannam |
Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
|
Wed, 06 May 2020 09:08:06 +0100 |
Chris Cannam |
Add isSupported
|
Thu, 30 Apr 2020 14:46:07 +0100 |
Chris Cannam |
Be more cautious about firing up an RDF file parser to identify a document - don't do it at all if the document is not apparently text
|
Thu, 30 Apr 2020 14:45:24 +0100 |
Chris Cannam |
Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-8
|
Wed, 29 Apr 2020 13:25:19 +0100 |
Chris Cannam |
Merge
|
Wed, 29 Apr 2020 13:25:07 +0100 |
Chris Cannam |
Remove debug output
|
Thu, 23 Apr 2020 15:39:08 +0100 |
Chris Cannam |
Avoid returning expired pointers
|
Wed, 22 Apr 2020 17:18:33 +0100 |
Chris Cannam |
Suppress debug
|
Wed, 22 Apr 2020 13:07:22 +0100 |
Chris Cannam |
Add platform name query
|
Mon, 20 Apr 2020 18:45:47 +0100 |
Chris Cannam |
Pull out Provider struct
|
Mon, 20 Apr 2020 15:42:51 +0100 |
Chris Cannam |
Accept more than one library URI for a plugin; consistency checks for packs
|
Fri, 17 Apr 2020 17:45:34 +0100 |
Chris Cannam |
Retrieve download URL, download type, and "pack" information
|
Fri, 17 Apr 2020 17:45:15 +0100 |
Chris Cannam |
Ensure search results that match the whole "phrase" get higher scores than any others
|
Tue, 14 Apr 2020 10:12:07 +0100 |
Chris Cannam |
Add required header
|
Tue, 14 Apr 2020 08:19:23 +0100 |
Chris Cannam |
Comments
|
Thu, 09 Apr 2020 14:59:05 +0100 |
Chris Cannam |
Fix out of range access to magnitudes
|
Thu, 09 Apr 2020 11:23:17 +0100 |
Chris Cannam |
Merge
|
Thu, 09 Apr 2020 11:22:55 +0100 |
Chris Cannam |
Unify various vectors to our base floatvec_t type; store columns in fft model cache at their desired height so we can return a reference (speeding up the peak-frequency spectrogram in particular)
|
Wed, 08 Apr 2020 18:41:00 +0100 |
Chris Cannam |
Remove debug output
|
Mon, 06 Apr 2020 13:55:44 +0100 |
Chris Cannam |
Merge from branch sensible-delimited-data-strings
|
Mon, 06 Apr 2020 10:59:36 +0100 |
Chris Cannam |
Test CSV quoting
sensible-delimited-data-strings
|
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, 03 Apr 2020 12:12:02 +0100 |
Chris Cannam |
Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack
|
Fri, 27 Mar 2020 10:06:03 +0000 |
Chris Cannam |
Add GenericCommand
|
Fri, 20 Mar 2020 16:30:33 +0000 |
Chris Cannam |
Use shared_ptr for plugin instances throughout
audio-source-refactor
|
Fri, 20 Mar 2020 16:30:16 +0000 |
Chris Cannam |
Might as well use the aligning allocator here, though it'll make no real difference
audio-source-refactor
|
Thu, 19 Mar 2020 16:09:55 +0000 |
Chris Cannam |
Use a shared_ptr
audio-source-refactor
|
Thu, 19 Mar 2020 16:09:04 +0000 |
Chris Cannam |
Make RingBuffer copyable, and simplify a bit
audio-source-refactor
|
Fri, 06 Mar 2020 12:53:18 +0000 |
Chris Cannam |
Avoid compiler warning
|
Fri, 06 Mar 2020 12:12:46 +0000 |
Chris Cannam |
Add option to avoid pulling in the WinRT dependency for this very small feature
|
Tue, 28 Jan 2020 14:34:13 +0000 |
Chris Cannam |
Merge
|
Tue, 28 Jan 2020 14:32:34 +0000 |
Chris Cannam |
This is distracting in Sonic Annotator
|
Fri, 24 Jan 2020 15:10:35 +0000 |
Chris Cannam |
Merge from branch background-mode
|
Fri, 24 Jan 2020 12:38:55 +0000 |
Chris Cannam |
Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice
background-mode
|
Thu, 23 Jan 2020 15:43:30 +0000 |
Chris Cannam |
Add OSQueryAccentColour
background-mode
|
Mon, 20 Jan 2020 17:17:45 +0000 |
Chris Cannam |
More sensible name
background-mode
|
Fri, 17 Jan 2020 21:36:07 +0000 |
Chris Cannam |
Determine whether a dark background is indicated
background-mode
|
Tue, 14 Jan 2020 15:48:22 +0000 |
Chris Cannam |
Merge from branch csv-export-dialog
|
Tue, 14 Jan 2020 15:39:12 +0000 |
Chris Cannam |
Overhaul and tidy the export options, and add support for header row
csv-export-dialog
|
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
|
Wed, 08 Jan 2020 15:26:49 +0000 |
Chris Cannam |
Debug tweaks
|
Wed, 08 Jan 2020 15:26:37 +0000 |
Chris Cannam |
Not virtual
|
Wed, 08 Jan 2020 15:26:28 +0000 |
Chris Cannam |
Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)
|
Wed, 08 Jan 2020 15:25:43 +0000 |
Chris Cannam |
Add Selection::toString for debug purposes
|
Fri, 22 Nov 2019 14:12:16 +0000 |
Chris Cannam |
Forward getIndexForEvent
|
Tue, 29 Oct 2019 12:46:43 +0000 |
Chris Cannam |
Comments and debug-related bits
|
Thu, 17 Oct 2019 13:42:55 +0100 |
Chris Cannam |
OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
|
Wed, 16 Oct 2019 16:29:46 +0100 |
Chris Cannam |
Looks like this is clang-only
|
Wed, 16 Oct 2019 15:26:01 +0100 |
Chris Cannam |
Avoid some compiler warnings
|
Wed, 16 Oct 2019 12:12:49 +0100 |
Chris Cannam |
Tidy
|
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!
|
Thu, 10 Oct 2019 10:03:31 +0100 |
Chris Cannam |
Make static to avoid multiple definitions
|
Thu, 10 Oct 2019 09:47:25 +0100 |
Chris Cannam |
One last fix to this compatibility function (I hope!)
|
Thu, 10 Oct 2019 09:34:12 +0100 |
Chris Cannam |
*sigh*
|
Thu, 10 Oct 2019 09:18:37 +0100 |
Chris Cannam |
OK, that didn't work because of scoping/overload rules. Try this
|
Thu, 10 Oct 2019 09:12:12 +0100 |
Chris Cannam |
Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)
|
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
|
Tue, 01 Oct 2019 11:21:56 +0100 |
Chris Cannam |
Fix compile error with non-MSVC compilers
|
Mon, 30 Sep 2019 20:28:03 +0100 |
Chris Cannam |
Make EventSeries threadsafe
|
Mon, 30 Sep 2019 12:36:44 +0100 |
Chris Cannam |
The copy & move operators are not actually being used, so probably safer to delete them unless we know otherwise - this is not all that simple a class
|
Wed, 25 Sep 2019 13:47:46 +0100 |
Chris Cannam |
Merge from branch time-frequency-boxes
|
Wed, 25 Sep 2019 11:06:59 +0100 |
Chris Cannam |
Add duration-and-extent type, which corresponds to a box model
time-frequency-boxes
|
Wed, 25 Sep 2019 11:06:39 +0100 |
Chris Cannam |
Indentation only
time-frequency-boxes
|
Wed, 25 Sep 2019 09:44:02 +0100 |
Chris Cannam |
Rename TimeFrequencyBoxModel to simply BoxModel
time-frequency-boxes
|
Wed, 25 Sep 2019 09:43:34 +0100 |
Chris Cannam |
Some tidying
time-frequency-boxes
|
Fri, 20 Sep 2019 14:18:38 +0100 |
Chris Cannam |
Fixes to export of time-frequency box model
time-frequency-boxes
|
Fri, 20 Sep 2019 11:35:14 +0100 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
|
Fri, 20 Sep 2019 11:35:14 +0100 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
time-frequency-boxes
|
Fri, 20 Sep 2019 11:24:47 +0100 |
Chris Cannam |
Ensure CSV-style export from time-freq box model is in the expected format
time-frequency-boxes
|
Thu, 19 Sep 2019 15:17:56 +0100 |
Chris Cannam |
Introduce time-frequency box model
time-frequency-boxes
|
Tue, 17 Sep 2019 11:21:33 +0100 |
Chris Cannam |
More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs
|
Tue, 17 Sep 2019 10:42:55 +0100 |
Chris Cannam |
Fix calculation of binary name (don't include full path!)
|
Tue, 17 Sep 2019 09:28:27 +0100 |
Chris Cannam |
Lib dir name is usually the same as the binary name, not the formal application name
|
Mon, 16 Sep 2019 14:23:17 +0100 |
Chris Cannam |
Update helper dir path to look in equivalent of /usr/lib/xxxx on Linux
|
Thu, 12 Sep 2019 11:52:19 +0100 |
Chris Cannam |
Support optional max frequency setting, useful when we want to store caches of very constrained frequency ranges (as in melodic-range spectrogram, potentially)
|
Wed, 11 Sep 2019 13:20:40 +0100 |
Chris Cannam |
Update macOS memory size check - the original sysctl was returning far too small a value for modern machines (because bounded to a 32-bit int)
|
Wed, 11 Sep 2019 11:19:27 +0100 |
Chris Cannam |
Replace the model used for the cache part of the peak-cache model with a simple vector of vectors. Avoids unnecessary locking in a class that is not thread-safe in any case. Also record whether the final column is actually truncated, rather than risk possible backward seeks to re-read it in the case where it simply might be
|
Tue, 10 Sep 2019 16:34:47 +0100 |
Chris Cannam |
Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
|
Mon, 09 Sep 2019 10:25:16 +0100 |
Chris Cannam |
Don't even ask to unload a library if we know about other plugins that are loaded from it. Plus debug tweaks
|
Wed, 04 Sep 2019 17:31:02 +0100 |
Chris Cannam |
Some debug tweaks
|
Thu, 15 Aug 2019 18:18:03 +0100 |
Chris Cannam |
Optionally record relative pitch
|
Wed, 14 Aug 2019 13:54:23 +0100 |
Chris Cannam |
This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths
|
Wed, 14 Aug 2019 11:50:56 +0100 |
Chris Cannam |
Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set
|
Tue, 13 Aug 2019 14:31:38 +0100 |
Chris Cannam |
Print log file location
|
Fri, 19 Jul 2019 16:10:00 +0100 |
Chris Cannam |
Correct some erroneous signal signatures
|
Thu, 18 Jul 2019 14:42:24 +0100 |
Chris Cannam |
Respect use-flexi-note-model setting
|
Thu, 18 Jul 2019 13:28:14 +0100 |
Chris Cannam |
Remove debug output (by default)
|
Thu, 18 Jul 2019 13:17:49 +0100 |
Chris Cannam |
Ensure the right model ID gets sent with the signal for alignment changes
|
Wed, 17 Jul 2019 14:24:51 +0100 |
Chris Cannam |
Merge from branch by-id
|
Wed, 17 Jul 2019 12:59:57 +0100 |
Chris Cannam |
Remove comment - these are now connected
by-id
|
Wed, 17 Jul 2019 12:57:33 +0100 |
Chris Cannam |
Doc
by-id
|
Wed, 17 Jul 2019 11:19:46 +0100 |
Chris Cannam |
Conditionally compile debug out
by-id
|
Mon, 15 Jul 2019 14:12:37 +0100 |
Chris Cannam |
Deleted-model checks, & debug output
by-id
|
Fri, 12 Jul 2019 13:57:42 +0100 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
Mon, 08 Jul 2019 10:08:08 +0100 |
Chris Cannam |
Fix typo that inverted sense of test
by-id
|
Mon, 08 Jul 2019 10:07:55 +0100 |
Chris Cannam |
Print object name as well (if a QObject)
by-id
|
Sun, 07 Jul 2019 16:42:47 +0100 |
Chris Cannam |
Fix signal spec
by-id
|
Sat, 06 Jul 2019 18:12:54 +0100 |
Chris Cannam |
Merge
by-id
|
Sat, 06 Jul 2019 18:12:38 +0100 |
Chris Cannam |
MSVC fixes
by-id
|
Fri, 05 Jul 2019 16:55:54 +0100 |
Chris Cannam |
Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsolete
by-id
|
Fri, 05 Jul 2019 16:55:27 +0100 |
Chris Cannam |
Tidy
by-id
|
Fri, 05 Jul 2019 16:55:20 +0100 |
Chris Cannam |
Comments
by-id
|
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
|
Thu, 04 Jul 2019 18:04:21 +0100 |
Chris Cannam |
Overhaul PlayParameters bits
by-id
|
Thu, 04 Jul 2019 14:30:48 +0100 |
Chris Cannam |
Return id from add(), + comment
by-id
|
Thu, 04 Jul 2019 14:30:41 +0100 |
Chris Cannam |
Remove obsolete method
by-id
|
Wed, 03 Jul 2019 14:20:19 +0100 |
Chris Cannam |
Update to ModelId
by-id
|
Tue, 02 Jul 2019 15:28:51 +0100 |
Chris Cannam |
Comment
by-id
|
Tue, 02 Jul 2019 15:28:46 +0100 |
Chris Cannam |
Add isa
by-id
|
Tue, 02 Jul 2019 14:08:25 +0100 |
Chris Cannam |
Use reference rather than bare pointer
by-id
|
Tue, 02 Jul 2019 11:49:28 +0100 |
Chris Cannam |
Update FFT model to ById
by-id
|
Mon, 01 Jul 2019 14:16:12 +0100 |
Chris Cannam |
Fix deprecation warning
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, 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, 26 Jun 2019 10:21:15 +0100 |
Chris Cannam |
More on alignment models and paths
by-id
|
Tue, 25 Jun 2019 18:56:57 +0100 |
Chris Cannam |
More on AlignmentModel
by-id
|
Tue, 25 Jun 2019 15:29:45 +0100 |
Chris Cannam |
Merge
by-id
|
Tue, 25 Jun 2019 15:29:34 +0100 |
Chris Cannam |
Some messing with Model and AlignmentModel
by-id
|
Mon, 24 Jun 2019 18:42:28 +0100 |
Chris Cannam |
Warn for already-existing id
by-id
|
Mon, 24 Jun 2019 14:28:17 +0100 |
Chris Cannam |
Fix some deprecation warnings
by-id
|
Fri, 21 Jun 2019 14:35:38 +0100 |
Chris Cannam |
Experiment updating AggregateWaveModel
by-id
|
Fri, 21 Jun 2019 13:37:00 +0100 |
Chris Cannam |
Introduce Model to ById
by-id
|
Thu, 20 Jun 2019 14:58:20 +0100 |
Chris Cannam |
Merge
|
Thu, 20 Jun 2019 14:57:39 +0100 |
Chris Cannam |
Experiment toward working out an id-model store
by-id
|
Wed, 22 May 2019 15:37:44 +0100 |
Chris Cannam |
Merge
|
Thu, 20 Jun 2019 11:09:36 +0100 |
Chris Cannam |
Fix potential deadlock when notifying a handler that more models are [not] available
|
Thu, 20 Jun 2019 11:09:05 +0100 |
Chris Cannam |
Indentation only
|
Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Mon, 17 Jun 2019 11:02:03 +0100 |
Chris Cannam |
Close paren in text
|
Wed, 12 Jun 2019 13:45:47 +0100 |
Chris Cannam |
Emit signal when write completes
|
Mon, 10 Jun 2019 11:01:55 +0100 |
Chris Cannam |
Merge
|
Mon, 03 Jun 2019 12:02:38 +0100 |
Chris Cannam |
Merge
|
Fri, 07 Jun 2019 10:32:46 +0100 |
Chris Cannam |
Merge
|
Tue, 21 May 2019 17:14:23 +0100 |
Chris Cannam |
Branch
3.3-stable
|
Tue, 21 May 2019 17:13:56 +0100 |
Chris Cannam |
32-bit build lacks AAC and WMA
|
Fri, 17 May 2019 12:41:06 +0100 |
Chris Cannam |
Build fix for Travis
|
Fri, 17 May 2019 12:35:06 +0100 |
Chris Cannam |
Remove hardcoded application name - this shouldn't be necessary now we're no longer doing a shadow build
|
Fri, 17 May 2019 11:53:43 +0100 |
Chris Cannam |
Build fixes
|
Fri, 17 May 2019 11:05:10 +0100 |
Chris Cannam |
Attempt to cope with the fact that Windows Server (for CI builds) lacks certain codecs
|
Fri, 17 May 2019 10:02:43 +0100 |
Chris Cannam |
Merge from branch single-point
|
Thu, 16 May 2019 15:48:07 +0100 |
Chris Cannam |
Make it permissible to setPathFrom(nullptr)
single-point
|
Thu, 16 May 2019 15:47:31 +0100 |
Chris Cannam |
Fix breakages with Travis CI image
single-point
|
Thu, 16 May 2019 12:55:11 +0100 |
Chris Cannam |
Oops
single-point
|
Thu, 16 May 2019 12:54:58 +0100 |
Chris Cannam |
Oops
|
Thu, 16 May 2019 12:48:21 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
Thu, 16 May 2019 12:47:35 +0100 |
Chris Cannam |
C++ compiler in Travis Xenial image doesn't seem to like this with nullptr
|
Thu, 16 May 2019 11:07:47 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
Wed, 15 May 2019 17:51:43 +0100 |
Chris Cannam |
Add error field to alignment model
single-point
|
Mon, 13 May 2019 15:43:23 +0100 |
Chris Cannam |
Associate a label with each recent files entry, as well as the identifier (filename)
single-point
|
Thu, 09 May 2019 16:01:04 +0100 |
Chris Cannam |
Add haveRunningTransformers() and mutex
single-point
|
Tue, 07 May 2019 15:54:15 +0100 |
Chris Cannam |
Ensure test fails rather than crashing if this reader doesn't get created
|
Tue, 07 May 2019 15:52:12 +0100 |
Chris Cannam |
The editable dense 3d model uses ready/completion status differently from the new implementation it was inheriting from the base class - it is always "ready" even if not yet complete
single-point
|
Fri, 03 May 2019 15:02:09 +0100 |
Chris Cannam |
Ensure test fails rather than crashing if this reader doesn't get created
single-point
|
Fri, 03 May 2019 13:44:45 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
Fri, 03 May 2019 13:33:53 +0100 |
Chris Cannam |
Add tests for audio file readers presented with empty or nonsense input
|
Wed, 01 May 2019 21:39:37 +0100 |
Chris Cannam |
Windows build fixes
single-point
|
Wed, 01 May 2019 11:45:28 +0100 |
Chris Cannam |
Ensure a self-alignment is always reported as complete, since there is nothing to calculate
single-point
|
Thu, 25 Apr 2019 17:06:33 +0100 |
Chris Cannam |
More compiler warning fixes
single-point
|
Thu, 25 Apr 2019 15:55:51 +0100 |
Chris Cannam |
Also look for helpers in Resources folder on the Mac
single-point
|
Thu, 25 Apr 2019 11:30:51 +0100 |
Chris Cannam |
Merge
single-point
|
Thu, 25 Apr 2019 11:30:38 +0100 |
Chris Cannam |
Fix some compiler warnings
single-point
|
Wed, 24 Apr 2019 11:44:32 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
Tue, 23 Apr 2019 16:17:13 +0100 |
Chris Cannam |
Add function to request multiple filenames
|
Fri, 05 Apr 2019 13:40:08 +0100 |
Chris Cannam |
Build fix for older Qt
single-point
|
Thu, 04 Apr 2019 11:15:43 +0100 |
Chris Cannam |
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
|
Thu, 04 Apr 2019 14:10:57 +0100 |
Chris Cannam |
Think we may need this header with some compilers
single-point
|
Thu, 04 Apr 2019 11:15:43 +0100 |
Chris Cannam |
Model deletion issues - the AlignmentModel doesn't actually need to know about the input aggregate model; the document should own it instead
single-point
|
Wed, 03 Apr 2019 16:19:20 +0100 |
Chris Cannam |
Update tests for most recent changes
single-point
|
Wed, 03 Apr 2019 16:04:03 +0100 |
Chris Cannam |
m_haveExtents should be true when extents are set explicitly, otherwise they'll get overridden when a point is added
single-point
|
Wed, 03 Apr 2019 16:03:39 +0100 |
Chris Cannam |
Start ids at 0 - backward-compatibility makes testing easier
single-point
|
Wed, 03 Apr 2019 16:03:18 +0100 |
Chris Cannam |
Restore always-on export of label even if empty - backward compatibility makes testing easier
single-point
|
Fri, 29 Mar 2019 19:16:43 +0000 |
Chris Cannam |
Quick test with a peculiar transform size. I'm puzzled as to why we have 7 columns and not 6
single-point
|
Fri, 29 Mar 2019 19:16:11 +0000 |
Chris Cannam |
Fix error message which says the opposite of the truth
single-point
|
Thu, 28 Mar 2019 16:03:36 +0000 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
Thu, 28 Mar 2019 13:37:09 +0000 |
Chris Cannam |
Make it possible to start queue without port (even when compiled in)
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
|
Thu, 28 Mar 2019 10:39:24 +0000 |
Chris Cannam |
Merge from branch osc-script
single-point
|
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
|