2019-03-07 |
Chris Cannam |
Fixes and tests for PointSeries
single-point
|
2019-03-06 |
Chris Cannam |
Start implementing & testing PointSeries
single-point
|
2019-03-05 |
Chris Cannam |
Start some sparse model tests
single-point
|
2019-02-27 |
Chris Cannam |
Fix compiler warnings
|
2018-11-26 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
2018-05-15 |
Chris Cannam |
Restore m_extendTo, which is needed for Tony
|
2018-04-24 |
Chris Cannam |
Note about Q_OBJECT and lupdate
|
2018-04-24 |
Chris Cannam |
Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)
|
2018-04-17 |
Chris Cannam |
For sparse models, write whole model to CSV in one go
streaming-csv-writer
|
2018-04-17 |
Chris Cannam |
Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)
streaming-csv-writer
|
2018-03-01 |
Chris Cannam |
Untabify
|
2016-11-05 |
Chris Cannam |
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
piper
|
2016-10-20 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
2016-10-18 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
2016-10-17 |
Chris Cannam |
More cautious locking on sparse model modification
piper
|
2015-08-20 |
Chris Cannam |
Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
Merge through to branch for Tony 2.0
tony-2.0-integration
|
2015-08-14 |
Matthias Mauch |
fixes the problem that the last note was not exported to csv
tonioni
|
2015-07-03 |
Chris Cannam |
Fix assignment of values to regions on import, in case where region model contains duplicate points
|
2015-05-15 |
Chris Cannam |
Fix #1222 CSV export of time-instants layer omits last point
|
2015-03-31 |
Chris Cannam |
Permit extending nominal end of sparse model
tonioni
|
2015-03-31 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
2015-03-31 |
Chris Cannam |
Implement FillGaps option in SparseModel export
tonioni
|
2015-03-30 |
Chris Cannam |
Add data export options (not all implemented yet)
tonioni
|
2015-03-04 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
2015-03-03 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
2014-09-03 |
Chris Cannam |
Fix memory leak (from coverity scan)
|
2014-06-17 |
Chris Cannam |
Disambiguate signals
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
More size_t evisceration and warning fixes
warnfix_no_size_t
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|