Mercurial > hg > svcore
graph
- Update helper dir path to look in equivalent of /usr/lib/xxxx on Linux2019-09-16, by 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-12, by 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, by 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 be2019-09-11, by 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-10, by Chris Cannam
- Don't even ask to unload a library if we know about other plugins that are loaded from it. Plus debug tweaks2019-09-09, by Chris Cannam
- Some debug tweaks2019-09-04, by Chris Cannam
- Optionally record relative pitch2019-08-15, by Chris Cannam
- This output is too annoying, in the perfectly innocuous case of reading from an aggregate model whose components are different lengths2019-08-14, by 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 set2019-08-14, by Chris Cannam
- Print log file location2019-08-13, by Chris Cannam
- Correct some erroneous signal signatures2019-07-19, by Chris Cannam
- Respect use-flexi-note-model setting2019-07-18, by Chris Cannam
- Remove debug output (by default)2019-07-18, by Chris Cannam
- Ensure the right model ID gets sent with the signal for alignment changes2019-07-18, by Chris Cannam