2019-09-25 |
Chris Cannam |
Merge from branch time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
Add duration-and-extent type, which corresponds to a box model
time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
Indentation only
time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
Rename TimeFrequencyBoxModel to simply BoxModel
time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
Some tidying
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Fixes to export of time-frequency box model
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
|
2019-09-20 |
Chris Cannam |
Reorder fields to ensure consistency with older Image model code
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Ensure CSV-style export from time-freq box model is in the expected format
time-frequency-boxes
|
2019-09-19 |
Chris Cannam |
Introduce time-frequency box model
time-frequency-boxes
|
2019-09-17 |
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
|
2019-09-17 |
Chris Cannam |
Fix calculation of binary name (don't include full path!)
|
2019-09-17 |
Chris Cannam |
Lib dir name is usually the same as the binary name, not the formal application name
|
2019-09-16 |
Chris Cannam |
Update helper dir path to look in equivalent of /usr/lib/xxxx on Linux
|
2019-09-12 |
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)
|
2019-09-11 |
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)
|
2019-09-11 |
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
|
2019-09-10 |
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.
|
2019-09-09 |
Chris Cannam |
Don't even ask to unload a library if we know about other plugins that are loaded from it. Plus debug tweaks
|
2019-09-04 |
Chris Cannam |
Some debug tweaks
|
2019-08-15 |
Chris Cannam |
Optionally record relative pitch
|
2019-08-14 |
Chris Cannam |
This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths
|
2019-08-14 |
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
|
2019-08-13 |
Chris Cannam |
Print log file location
|
2019-07-19 |
Chris Cannam |
Correct some erroneous signal signatures
|
2019-07-18 |
Chris Cannam |
Respect use-flexi-note-model setting
|
2019-07-18 |
Chris Cannam |
Remove debug output (by default)
|
2019-07-18 |
Chris Cannam |
Ensure the right model ID gets sent with the signal for alignment changes
|
2019-07-17 |
Chris Cannam |
Merge from branch by-id
|
2019-07-17 |
Chris Cannam |
Remove comment - these are now connected
by-id
|
2019-07-17 |
Chris Cannam |
Doc
by-id
|
2019-07-17 |
Chris Cannam |
Conditionally compile debug out
by-id
|
2019-07-15 |
Chris Cannam |
Deleted-model checks, & debug output
by-id
|
2019-07-12 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
2019-07-08 |
Chris Cannam |
Fix typo that inverted sense of test
by-id
|
2019-07-08 |
Chris Cannam |
Print object name as well (if a QObject)
by-id
|
2019-07-07 |
Chris Cannam |
Fix signal spec
by-id
|
2019-07-06 |
Chris Cannam |
Merge
by-id
|
2019-07-06 |
Chris Cannam |
MSVC fixes
by-id
|
2019-07-05 |
Chris Cannam |
Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsolete
by-id
|
2019-07-05 |
Chris Cannam |
Tidy
by-id
|
2019-07-05 |
Chris Cannam |
Comments
by-id
|
2019-07-05 |
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
|
2019-07-04 |
Chris Cannam |
Overhaul PlayParameters bits
by-id
|
2019-07-04 |
Chris Cannam |
Return id from add(), + comment
by-id
|
2019-07-04 |
Chris Cannam |
Remove obsolete method
by-id
|
2019-07-03 |
Chris Cannam |
Update to ModelId
by-id
|
2019-07-02 |
Chris Cannam |
Comment
by-id
|