graph
- Lib dir name is usually the same as the binary name, not the formal application name2019-09-17, by Chris Cannam
- 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
- Merge from branch by-id2019-07-17, by Chris Cannam
- Remove comment - these are now connectedby-id 2019-07-17, by Chris Cannam
- Docby-id 2019-07-17, by Chris Cannam
- Conditionally compile debug outby-id 2019-07-17, by Chris Cannam
- Deleted-model checks, & debug outputby-id 2019-07-15, by Chris Cannam
- Work on management of alignment-related modelsby-id 2019-07-12, by Chris Cannam
- Fix typo that inverted sense of testby-id 2019-07-08, by Chris Cannam
- Print object name as well (if a QObject)by-id 2019-07-08, by Chris Cannam
- Fix signal specby-id 2019-07-07, by Chris Cannam
- Mergeby-id 2019-07-06, by Chris Cannam
- MSVC fixesby-id 2019-07-06, by Chris Cannam
- Don't hold on to borrowed pointer around the loop - so as to be informed when it becomes obsoleteby-id 2019-07-05, by Chris Cannam
- Tidyby-id 2019-07-05, by Chris Cannam
- Commentsby-id 2019-07-05, by 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 lifecyclesby-id 2019-07-05, by Chris Cannam
- Overhaul PlayParameters bitsby-id 2019-07-04, by Chris Cannam
- Return id from add(), + commentby-id 2019-07-04, by Chris Cannam
- Remove obsolete methodby-id 2019-07-04, by Chris Cannam
- Update to ModelIdby-id 2019-07-03, by Chris Cannam
- Commentby-id 2019-07-02, by Chris Cannam
- Add isaby-id 2019-07-02, by Chris Cannam
- Use reference rather than bare pointerby-id 2019-07-02, by Chris Cannam
- Update FFT model to ByIdby-id 2019-07-02, by Chris Cannam
- Fix deprecation warningby-id 2019-07-01, by 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 testsby-id 2019-06-28, by Chris Cannam
- Work on commands, and some other model updatesby-id 2019-06-27, by Chris Cannam
- More work on transformersby-id 2019-06-26, by Chris Cannam
- Some work on models and transformersby-id 2019-06-26, by Chris Cannam
- More on alignment models and pathsby-id 2019-06-26, by Chris Cannam
- More on AlignmentModelby-id 2019-06-25, by Chris Cannam
- Mergeby-id 2019-06-25, by Chris Cannam
- Some messing with Model and AlignmentModelby-id 2019-06-25, by Chris Cannam
- Warn for already-existing idby-id 2019-06-24, by Chris Cannam
- Fix some deprecation warningsby-id 2019-06-24, by Chris Cannam
- Experiment updating AggregateWaveModelby-id 2019-06-21, by Chris Cannam
- Introduce Model to ByIdby-id 2019-06-21, by Chris Cannam
- Merge2019-06-20, by Chris Cannam
- Experiment toward working out an id-model storeby-id 2019-06-20, by Chris Cannam
- Merge2019-05-22, by Chris Cannam
- Fix potential deadlock when notifying a handler that more models are [not] available2019-06-20, by Chris Cannam
- Indentation only2019-06-20, by Chris Cannam
- Re-implement extendEndFrame behaviour, used by Tony application2019-06-19, by Chris Cannam
- Close paren in text2019-06-17, by Chris Cannam
- Emit signal when write completes2019-06-12, by Chris Cannam