graph
- One last fix to this compatibility function (I hope!)2019-10-10, by Chris Cannam
- *sigh*2019-10-10, by Chris Cannam
- OK, that didn't work because of scoping/overload rules. Try this2019-10-10, by Chris Cannam
- Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)2019-10-10, by 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-safe2019-10-01, by Chris Cannam
- Fix compile error with non-MSVC compilers2019-10-01, by Chris Cannam
- Make EventSeries threadsafe2019-09-30, by 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 class2019-09-30, by Chris Cannam
- Merge from branch time-frequency-boxes2019-09-25, by Chris Cannam
- Add duration-and-extent type, which corresponds to a box modeltime-frequency-boxes 2019-09-25, by Chris Cannam
- Indentation onlytime-frequency-boxes 2019-09-25, by Chris Cannam
- Rename TimeFrequencyBoxModel to simply BoxModeltime-frequency-boxes 2019-09-25, by Chris Cannam
- Some tidyingtime-frequency-boxes 2019-09-25, by Chris Cannam
- Fixes to export of time-frequency box modeltime-frequency-boxes 2019-09-20, by Chris Cannam
- Reorder fields to ensure consistency with older Image model code2019-09-20, by Chris Cannam
- Reorder fields to ensure consistency with older Image model codetime-frequency-boxes 2019-09-20, by Chris Cannam
- Ensure CSV-style export from time-freq box model is in the expected formattime-frequency-boxes 2019-09-20, by Chris Cannam
- Introduce time-frequency box modeltime-frequency-boxes 2019-09-19, by Chris Cannam
- More graceful handling of failure to construct FFT models in the case where the source model has already been deleted before this occurs2019-09-17, by Chris Cannam
- Fix calculation of binary name (don't include full path!)2019-09-17, by Chris Cannam
- 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